Skip to content

Commit 9237d4b

Browse files
committed
make anchor testing more configurable
1 parent d2c9311 commit 9237d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/run/ANCHOR/tests/test_looper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ TOPWORKDIR=""
9191

9292
TOPWORKDIR=2tag_release_testing_${BUILD_TAG:-${SOFTWARETAG_SIM}}
9393

94-
# we submit the test to the GRID (multiplicity of 4)
94+
# we submit the test to the GRID (with some multiplicity)
9595
# ${WORKING_DIR}/submit_case${count}_${SOFTWARETAG_ASYNC//::/-}
96-
echo "${O2DPG_ROOT}/GRID/utils/grid_submit.sh --prodsplit 4 --singularity --ttl 3600 --script ${OUTPUT_FILE_FINAL} \
96+
echo "${O2DPG_ROOT}/GRID/utils/grid_submit.sh --prodsplit ${PRODSPLIT:-4} --singularity --ttl ${TTL:-3600} --script ${OUTPUT_FILE_FINAL} \
9797
--jobname "anchorTest_${count}" --wait-any --topworkdir ${TOPWORKDIR}" > ${WORKING_DIR}/submit_case${count}.sh
9898
# TODO: optional local execution with --local option
9999

0 commit comments

Comments
 (0)