File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments