File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313RNDSEED=${RNDSEED:- 0} # [default = 0] time-based random seed
1414
15- NSIGEVENTS=${NSIGEVENTS:- 20 }
16- NTIMEFRAMES=${NTIMEFRAMES:- 5 }
15+ NSIGEVENTS=${NSIGEVENTS:- 100 }
16+ NTIMEFRAMES=${NTIMEFRAMES:- 10 }
1717NWORKERS=${NWORKERS:- 8}
1818MODULES=" --skipModules ZDC" # "PIPE ITS TPC EMCAL"
1919CONFIG_ENERGY=${CONFIG_ENERGY:- 13000.0}
Original file line number Diff line number Diff line change 1515
1616RNDSEED=${RNDSEED:- 0} # [default = 0] time-based random seed
1717
18- NSIGEVENTS=${NSIGEVENTS:- 5 }
19- NTIMEFRAMES=${NTIMEFRAMES:- 1 }
18+ NSIGEVENTS=${NSIGEVENTS:- 100 }
19+ NTIMEFRAMES=${NTIMEFRAMES:- 10 }
2020NWORKERS=${NWORKERS:- 8}
2121MODULES=" --skipModules ZDC" # "PIPE ITS TPC EMCAL"
2222CONFIG_ENERGY=${CONFIG_ENERGY:- 13600.0}
Original file line number Diff line number Diff line change 1616NWORKERS=${NWORKERS:- 8}
1717MODULES=" --skipModules ZDC"
1818SIMENGINE=${SIMENGINE:- TGeant4}
19- NSIGEVENTS=${NSIGEVENTS:- 1 }
20- NTIMEFRAMES=${NTIMEFRAMES:- 1 }
19+ NSIGEVENTS=${NSIGEVENTS:- 1000 }
20+ NTIMEFRAMES=${NTIMEFRAMES:- 100 }
2121[[ ${SPLITID} != " " ]] && SEED=" -seed ${SPLITID} " || SEED=" "
2222# create workflow
2323
You can’t perform that action at this time.
0 commit comments