-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrun_timer_deltachi2.sh
More file actions
executable file
·31 lines (28 loc) · 1.39 KB
/
run_timer_deltachi2.sh
File metadata and controls
executable file
·31 lines (28 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
mkdir -p outputs
echo MATTER
echo 0.2
echo 0.2 >> outputs/times_MATTER_deltachi2.txt
python timer.py confs/deltachi2/config_matter_chi02.yml MATTER 10 none >> outputs/times_MATTER_deltachi2.txt
echo 0.7
echo 0.7 >> outputs/times_MATTER_deltachi2.txt
python timer.py confs/deltachi2/config_matter_chi07.yml MATTER 10 none >> outputs/times_MATTER_deltachi2.txt
echo 1.2
echo 1.2 >> outputs/times_MATTER_deltachi2.txt
python timer.py confs/deltachi2/config_matter_chi12.yml MATTER 10 none >> outputs/times_MATTER_deltachi2.txt
echo 1.7
echo 1.7 >> outputs/times_MATTER_deltachi2.txt
python timer.py confs/deltachi2/config_matter_chi17.yml MATTER 10 none >> outputs/times_MATTER_deltachi2.txt
#echo Levin
#echo 0.2
#echo 0.2 >> outputs/times_Levin_deltachi2.txt
#python timer.py confs/deltachi2/config_levin_fast_delta_chi2_0p2.yml Levin 10 none >> outputs/times_Levin_deltachi2.txt
#echo 0.7
#echo 0.7 >> outputs/times_Levin_deltachi2.txt
#python timer.py confs/deltachi2/config_levin_fast_delta_chi2_0p7.yml Levin 10 none >> outputs/times_Levin_deltachi2.txt
#echo 1.2
#echo 1.2 >> outputs/times_Levin_deltachi2.txt
#python timer.py confs/deltachi2/config_levin_fast_delta_chi2_1p2.yml Levin 10 none >> outputs/times_Levin_deltachi2.txt
#echo 1.7
#echo 1.7 >> outputs/times_Levin_deltachi2.txt
#python timer.py confs/deltachi2/config_levin_fast_delta_chi2_1p7.yml Levin 10 none >> outputs/times_Levin_deltachi2.txt