aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-08 12:07:44 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-08 12:07:44 -0500
commit5e4ed5a6f8935d71049a521d5efcc2c09a633e3e (patch)
treedf39da150a2aed6ee6f7429cf695d06c92b2a091 /submitter
parentccffb521195eb5f41471e166e1ba8f695740bcb3 (diff)
downloadGolemFlavor-5e4ed5a6f8935d71049a521d5efcc2c09a633e3e.tar.gz
GolemFlavor-5e4ed5a6f8935d71049a521d5efcc2c09a633e3e.zip
add initial seed point args for MCMC
Diffstat (limited to 'submitter')
-rw-r--r--submitter/make_dag.py6
-rw-r--r--submitter/submit.sub3
2 files changed, 5 insertions, 4 deletions
diff --git a/submitter/make_dag.py b/submitter/make_dag.py
index 33d05b3..63a94d7 100644
--- a/submitter/make_dag.py
+++ b/submitter/make_dag.py
@@ -31,11 +31,11 @@ fix_sfr_mfr = [
# MCMC
run_mcmc = 'True'
-burnin = 20
-nsteps = 100
+burnin = 50
+nsteps = 500
nwalkers = 200
seed = 24
-threads = 1
+threads = 12
mcmc_seed_type = 'uniform'
# FR
diff --git a/submitter/submit.sub b/submitter/submit.sub
index e932673..fe58eef 100644
--- a/submitter/submit.sub
+++ b/submitter/submit.sub
@@ -16,7 +16,7 @@ getenv = True
# +TransferOutput=""
request_memory = 1GB
-request_cpus = 1
+request_cpus = 12
Universe = vanilla
Notification = never
@@ -32,6 +32,7 @@ Notification = never
# Requirements = IS_GLIDEIN && HAS_CVMFS_icecube_opensciencegrid_org && (OpSysAndVer =?= "CentOS6" || OpSysAndVer =?= "RedHat6" || OpSysAndVer =?= "SL6")
# Requirements = IS_GLIDEIN
+requirements = (OpSysMajorVer =?= 6)
# GO!
queue