diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-14 12:25:09 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-14 12:25:09 -0500 |
| commit | e0b8d804b294c38f3e8d6e75ceb227378ec6c37c (patch) | |
| tree | 63f14ceaa53fb45dcfcf89f1efe56fa959e37af7 /submitter | |
| parent | a9d381454eeb383209ac0d8d859e3f255840d083 (diff) | |
| download | GolemFlavor-e0b8d804b294c38f3e8d6e75ceb227378ec6c37c.tar.gz GolemFlavor-e0b8d804b294c38f3e8d6e75ceb227378ec6c37c.zip | |
Sun 14 Apr 12:25:09 CDT 2019
Diffstat (limited to 'submitter')
| -rw-r--r-- | submitter/contour_dag.py | 4 | ||||
| -rw-r--r-- | submitter/contour_submit.sub | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/submitter/contour_dag.py b/submitter/contour_dag.py index 8b3c11c..49c0fa9 100644 --- a/submitter/contour_dag.py +++ b/submitter/contour_dag.py @@ -31,8 +31,8 @@ GLOBAL_PARAMS.update(dict( # Emcee GLOBAL_PARAMS.update(dict( run_mcmc = 'True', - burnin = 200, - nsteps = 1000, + burnin = 2000, + nsteps = 10000, nwalkers = 60, mcmc_seed_type = 'uniform' )) diff --git a/submitter/contour_submit.sub b/submitter/contour_submit.sub index 35106a6..45bef9e 100644 --- a/submitter/contour_submit.sub +++ b/submitter/contour_submit.sub @@ -9,7 +9,7 @@ error = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/ getenv = True # environment = "X509_USER_PROXY=x509up_u14830" -request_memory = 3GB +request_memory = 8GB request_cpus = 12 initialdir = /home/smandalia/condor |
