Skip to content
Snippets Groups Projects
Commit d73f5bdb authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral_pipe: bump up the memory request for inspiral jobs

parent dca30cf4
No related branches found
No related tags found
No related merge requests found
......@@ -241,13 +241,13 @@ def set_up_jobs(options):
inj_snr_condor_opts['request_cpus'] = "2"
inspiral_1ifo_condor_opts = default_condor_opts.copy()
inspiral_1ifo_condor_opts['+MemoryUsage'] = "( 3000 ) * 2 / 3"
inspiral_1ifo_condor_opts['+MemoryUsage'] = "( 4000 ) * 2 / 3"
inspiral_2ifo_condor_opts = default_condor_opts.copy()
inspiral_2ifo_condor_opts['+MemoryUsage'] = "( 4000 ) * 2 / 3"
inspiral_2ifo_condor_opts['+MemoryUsage'] = "( 6000 ) * 2 / 3"
inspiral_3ifo_condor_opts = default_condor_opts.copy()
inspiral_3ifo_condor_opts['+MemoryUsage'] = "( 7000 ) * 2 / 3"
inspiral_3ifo_condor_opts['+MemoryUsage'] = "( 8000 ) * 2 / 3"
inspiral_3ifo_condor_opts['request_cpus'] = "2"
# set condor commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment