diff options
Diffstat (limited to 'submitter')
| -rw-r--r-- | submitter/contour_submit.sub | 2 | ||||
| -rw-r--r-- | submitter/fr_submit.sub | 2 | ||||
| -rw-r--r-- | submitter/mc_texture_submit.sub | 2 | ||||
| -rw-r--r-- | submitter/sens_submit.sub | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/submitter/contour_submit.sub b/submitter/contour_submit.sub index 99b550d..e038c44 100644 --- a/submitter/contour_submit.sub +++ b/submitter/contour_submit.sub @@ -1,4 +1,4 @@ -Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/contour.py +Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/scripts/contour.py Arguments = "--ast $(ast) --data $(data) --injected-ratio $(ir0) $(ir1) $(ir2) --datadir $(datadir) --seed $(seed) --threads $(threads) --run-mcmc $(run_mcmc) --burnin $(burnin) --nsteps $(nsteps) --nwalkers $(nwalkers) --mcmc-seed-type $(mcmc_seed_type) --plot-angles $(plot_angles) --plot-elements $(plot_elements)" # All logs will go to a single file diff --git a/submitter/fr_submit.sub b/submitter/fr_submit.sub index e75ce0a..5ad5a4a 100644 --- a/submitter/fr_submit.sub +++ b/submitter/fr_submit.sub @@ -1,4 +1,4 @@ -Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/fr.py +Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/scripts/fr.py Arguments = "--ast $(ast) --data $(data) --source-ratio $(sr0) $(sr1) $(sr2) --datadir $(datadir) --seed $(seed) --threads $(threads) --run-mcmc $(run_mcmc) --burnin $(burnin) --nsteps $(nsteps) --nwalkers $(nwalkers) --mcmc-seed-type $(mcmc_seed_type) --plot-angles $(plot_angles) --plot-elements $(plot_elements) --dimension $(dimension) --texture $(texture) --no-bsm $(no_bsm) --binning $(binning)" # All logs will go to a single file diff --git a/submitter/mc_texture_submit.sub b/submitter/mc_texture_submit.sub index d7edbd6..c4aa985 100644 --- a/submitter/mc_texture_submit.sub +++ b/submitter/mc_texture_submit.sub @@ -1,4 +1,4 @@ -Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/mc_texture.py +Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/scripts/mc_texture.py Arguments = "--source-ratio $(sr0) $(sr1) $(sr2) --datadir $(datadir) --seed $(seed) --threads $(threads) --run-mcmc $(run_mcmc) --burnin $(burnin) --nsteps $(nsteps) --nwalkers $(nwalkers) --mcmc-seed-type $(mcmc_seed_type) --plot-angles $(plot_angles) --plot-elements $(plot_elements) --binning $(binning) --dimension $(dimension) --no-bsm $(no_bsm) --texture $(texture)" # All logs will go to a single file diff --git a/submitter/sens_submit.sub b/submitter/sens_submit.sub index edc3f8e..e8355a6 100644 --- a/submitter/sens_submit.sub +++ b/submitter/sens_submit.sub @@ -1,4 +1,4 @@ -Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/sens.py +Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/scripts/sens.py Arguments = "--ast $(ast) --data $(data) --dimension $(dimension) --no-bsm $(no_bsm) --datadir $(datadir) --seed $(seed) --source-ratio $(sr0) $(sr1) $(sr2) --threads $(threads) --binning $(binning) --texture $(texture) --segments $(segments) --eval-segment $(eval_segment) --stat-method $(stat_method) --mn-live-points $(mn_live_points) --mn-tolerance $(mn_tolerance) --mn-efficiency $(mn_efficiency) --mn-output $(mn_output) --run-mn $(run_mn) --overwrite $(overwrite)" # All logs will go to a single file |
