Skip to content

Commit a27d62d

Browse files
pbuehleralcaliva
authored andcommitted
avoid that PRODSPLIT is overwritten
(cherry picked from commit 9946a60)
1 parent 30d24f4 commit a27d62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GRID/utils/grid_submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ ONGRID=0
194194

195195
JOBTTL=82000
196196
CPUCORES=8
197-
PRODSPLIT=1
197+
PRODSPLIT=${PRODSPLIT:-1}
198198
# this tells us to continue an existing job --> in this case we don't create a new workdir
199199
while [ $# -gt 0 ] ; do
200200
case $1 in

MC/run/PWGUD/runSTARlightANCHOR.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export ALIEN_PROC_ID=2963436952
2424
export ALIEN_JDL_ANCHOR_SIM_OPTIONS="-gen external -ini ${PWD}/GenStarlight.ini --embedding -nb ${NBKGEVENTS} -colBkg PbPb -genBkg pythia8 -procBkg heavy_ion"
2525

2626
${O2DPG_ROOT}/MC/config/PWGUD/ini/makeStarlightConfig.py --process kCohPsi2sToMuPi --collType PbPb --eCM 5360 --rapidity cent_eta
27-
${O2DPG_ROOT}/MC/run/ANCHOR/anchorMC.sh
27+
${O2DPG_ROOT}/MC/run/ANCHOR/anchorMC.sh

0 commit comments

Comments
 (0)