Skip to content
Snippets Groups Projects
Commit 2f6a4567 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal_inspiral_pipe, gstlal_inspiral_rerank_pipe: bump initial calc_rank_pdf...

gstlal_inspiral_pipe, gstlal_inspiral_rerank_pipe: bump initial calc_rank_pdf memory request to 3 GB
parent d82ab34b
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,7 @@ def set_up_jobs(options):
ref_psd_condor_opts['request_cpus'] = "2"
calc_rank_pdf_condor_opts = default_condor_opts.copy()
calc_rank_pdf_condor_opts['+MemoryUsage'] = "( 3000 ) * 2 / 3"
calc_rank_pdf_condor_opts['request_cpus'] = "4"
svd_condor_opts = default_condor_opts.copy()
......
......@@ -167,6 +167,7 @@ def set_up_jobs(options):
# job-specific condor options
calc_rank_pdf_condor_opts = default_condor_opts.copy()
calc_rank_pdf_condor_opts['+MemoryUsage'] = "( 3000 ) * 2 / 3"
calc_rank_pdf_condor_opts['request_cpus'] = "4"
inj_snr_condor_opts = default_condor_opts.copy()
......
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