Changes so that ReSim_tf.py runs in AthenaMP
Compare changes
Files
6@@ -49,7 +49,7 @@ ReSim_tf.py \
Updates to the RenameHITS substep.
disableMP=True
option in the athenaExecutor
contruction for this
sub-step. This forces it to run in serial Athena even if nprocs
is set.Updates to the ReSim substep.
argHITSFile
rather than argPOOLFile
.With these changes then:
--athenaopts "ReSim:--nprocs=8"
on the command-line or simply setting the usual environment variable:
export ATHENA_PROC_NUMBER=8
is all that is needed to make the second sub-step of ReSim_tf.py
, but not the first, run in AthenaMP. Output merging works as normal. What I haven't yet tested is whether there is any issue with the job metadata recorded.