Skip to content

Commit

Permalink
avoid that PRODSPLIT is overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuehler authored and sawenzel committed Nov 1, 2024
1 parent 5c07c41 commit 9946a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GRID/utils/grid_submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ ONGRID=0

JOBTTL=82000
CPUCORES=8
PRODSPLIT=1
PRODSPLIT=${PRODSPLIT:-1}
# this tells us to continue an existing job --> in this case we don't create a new workdir
while [ $# -gt 0 ] ; do
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion MC/run/PWGUD/runSTARlightANCHOR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export ALIEN_PROC_ID=2963436952
export ALIEN_JDL_ANCHOR_SIM_OPTIONS="-gen external -ini ${PWD}/GenStarlight.ini --embedding -nb ${NBKGEVENTS} -colBkg PbPb -genBkg pythia8 -procBkg heavy_ion"

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

0 comments on commit 9946a60

Please sign in to comment.