We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c9311 commit 9237d4bCopy full SHA for 9237d4b
1 file changed
MC/run/ANCHOR/tests/test_looper.sh
@@ -91,9 +91,9 @@ TOPWORKDIR=""
91
92
TOPWORKDIR=2tag_release_testing_${BUILD_TAG:-${SOFTWARETAG_SIM}}
93
94
- # we submit the test to the GRID (multiplicity of 4)
+ # we submit the test to the GRID (with some multiplicity)
95
# ${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} \
+ echo "${O2DPG_ROOT}/GRID/utils/grid_submit.sh --prodsplit ${PRODSPLIT:-4} --singularity --ttl ${TTL:-3600} --script ${OUTPUT_FILE_FINAL} \
97
--jobname "anchorTest_${count}" --wait-any --topworkdir ${TOPWORKDIR}" > ${WORKING_DIR}/submit_case${count}.sh
98
# TODO: optional local execution with --local option
99
0 commit comments