Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
79074c40
Commit
79074c40
authored
Jul 03, 2019
by
Vivien Raymond
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added OMP env
parent
e5b55248
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lalinference/python/lalinference/lalinference_pipe_utils.py
lalinference/python/lalinference/lalinference_pipe_utils.py
+1
-0
No files found.
lalinference/python/lalinference/lalinference_pipe_utils.py
View file @
79074c40
...
...
@@ -2319,6 +2319,7 @@ class EngineJob(SingularityJob,pipeline.CondorDAGJob,pipeline.AnalysisJob):
self
.
add_requirement
(
'CAN_RUN_MULTICORE'
)
self
.
add_condor_cmd
(
'+RequiresMultipleCores'
,
'True'
)
self
.
add_condor_cmd
(
'request_cpus'
,
self
.
machine_count
)
self
.
add_condor_cmd
(
'environment'
,
'OMP_NUM_THREADS='
+
str
(
int
(
ceil
(
int
(
self
.
machine_count
)
/
int
(
self
.
mpi_task_count
)))))
self
.
add_condor_cmd
(
'request_memory'
,
str
(
float
(
self
.
machine_count
)
*
float
(
self
.
machine_memory
)))
if
self
.
engine
==
'lalinferencenest'
:
self
.
add_condor_cmd
(
'request_memory'
,
'4000'
)
# 4GB RAM for high SNR BNS
...
...
Vivien Raymond
@vivien
mentioned in commit
16735a5a
·
Jul 13, 2019
mentioned in commit
16735a5a
mentioned in commit 16735a5ab5169695cc2bb1ed3e1da9ce21259b14
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment