diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-08 12:07:44 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-08 12:07:44 -0500 |
| commit | 5e4ed5a6f8935d71049a521d5efcc2c09a633e3e (patch) | |
| tree | df39da150a2aed6ee6f7429cf695d06c92b2a091 /submitter/submit.sub | |
| parent | ccffb521195eb5f41471e166e1ba8f695740bcb3 (diff) | |
| download | GolemFlavor-5e4ed5a6f8935d71049a521d5efcc2c09a633e3e.tar.gz GolemFlavor-5e4ed5a6f8935d71049a521d5efcc2c09a633e3e.zip | |
add initial seed point args for MCMC
Diffstat (limited to 'submitter/submit.sub')
| -rw-r--r-- | submitter/submit.sub | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
