We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9367b99 commit ca8e5f3Copy full SHA for ca8e5f3
2 files changed
GRID/utils/grid_submit.sh
@@ -194,7 +194,7 @@ ONGRID=0
194
195
JOBTTL=82000
196
CPUCORES=8
197
-PRODSPLIT=1
+PRODSPLIT=${PRODSPLIT:-1}
198
# this tells us to continue an existing job --> in this case we don't create a new workdir
199
while [ $# -gt 0 ] ; do
200
case $1 in
MC/run/PWGUD/runSTARlightANCHOR.sh
@@ -24,4 +24,4 @@ export ALIEN_PROC_ID=2963436952
24
export ALIEN_JDL_ANCHOR_SIM_OPTIONS="-gen external -ini ${PWD}/GenStarlight.ini --embedding -nb ${NBKGEVENTS} -colBkg PbPb -genBkg pythia8 -procBkg heavy_ion"
25
26
${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
+${O2DPG_ROOT}/MC/run/ANCHOR/anchorMC.sh
0 commit comments