diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-03-20 12:11:24 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-03-20 12:11:24 -0500 |
| commit | 1a6e8e5e5945d87908c15a25217764a30dc51ef8 (patch) | |
| tree | 42465e1cefe65516dc9e257721b36ab3d8804b0d /submitter/contour_emcee_submit.sub | |
| parent | c614f7216177745ddea1171d7ca0c6e68c378c17 (diff) | |
| download | GolemFlavor-1a6e8e5e5945d87908c15a25217764a30dc51ef8.tar.gz GolemFlavor-1a6e8e5e5945d87908c15a25217764a30dc51ef8.zip | |
Wed 20 Mar 12:11:23 CDT 2019
Diffstat (limited to 'submitter/contour_emcee_submit.sub')
| -rw-r--r-- | submitter/contour_emcee_submit.sub | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/submitter/contour_emcee_submit.sub b/submitter/contour_emcee_submit.sub new file mode 100644 index 0000000..df47cb7 --- /dev/null +++ b/submitter/contour_emcee_submit.sub @@ -0,0 +1,42 @@ +Executable = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/contour_emcee.py +Arguments = "--ast $(ast) --data $(data) --likelihood $(likelihood) --injected-ratio $(ir0) $(ir1) $(ir2) --outfile $(outfile) --seed $(seed) --threads $(threads) --run-mcmc $(run_mcmc) --burnin $(burnin) --nsteps $(nsteps) --nwalkers $(nwalkers) --seed $(seed) --mcmc-seed-type $(mcmc_seed_type) --plot-angles $(plot_angles) --plot-elements $(plot_elements)" + +# All logs will go to a single file +log = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/submitter/logs/job_$(Cluster).log +output = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/submitter/logs/job_$(Cluster).out +error = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/submitter/logs/job_$(Cluster).err + +getenv = True +# environment = "X509_USER_PROXY=x509up_u14830" + +# Stage user cert to the node (Gridftp-Users is already on CVMFS) +# transfer_input_files = /tmp/x509up_u14830 + +# but do not try to copy outputs back (see: https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=3081) +# +TransferOutput="" +Transfer_output_files = /data/user/smandalia/GolemTools/sources/GolemFit/scripts/flavour_ratio/submitter/metaouts/ + +request_memory = 3GB +request_cpus = 1 + +Universe = vanilla +Notification = never + +# +AccountingGroup="sanctioned.$ENV(USER)" +# run on both SL5 and 6 +# +WantRHEL6 = True +# +WantSLC6 = False + +# # run on OSG +# +WantGlidein = True + +# +TransferOutput="" + ++NATIVE_OS = True +# Requirements = IS_GLIDEIN && HAS_CVMFS_icecube_opensciencegrid_org && (OpSysAndVer =?= "CentOS6" || OpSysAndVer =?= "RedHat6" || OpSysAndVer =?= "SL6") +# Requirements = IS_GLIDEIN +# Requirements = (OpSysMajorVer =?= 6) + +# GO! +queue + |
