Skip to content

Commit

Permalink
Tune settings for 2023 pp async reco with GPUs on EPNs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed May 29, 2024
1 parent 3838c64 commit c3a1388
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion DATA/production/workflow-multiplicities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,19 @@ if [[ ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]]; then
ITSTRK_THREADS=2
ITSTPC_THREADS=2
elif [[ $OPTIMIZED_PARALLEL_ASYNC == "pp_4gpu" ]]; then
[[ -z ${TIMEFRAME_RATE_LIMIT:-} ]] && TIMEFRAME_RATE_LIMIT=45
if [[ -z ${TIMEFRAME_RATE_LIMIT:-} ]]; then
if [[ ! -z ${ALIEN_JDL_LPMANCHORYEAR} && ${ALIEN_JDL_LPMANCHORYEAR} -lt 2023 ]]; then
TIMEFRAME_RATE_LIMIT=45
else
TIMEFRAME_RATE_LIMIT=120
fi
fi
[[ -z ${SHMSIZE:-} ]] && SHMSIZE=100000000000
NGPURECOTHREADS=8
NTRDTRKTHREADS=2
ITSTRK_THREADS=2
ITSTPC_THREADS=2
SVERTEX_THREADS=4
NGPUS=4
N_TPCTRK=4
N_FWDMATCH=2
Expand All @@ -106,6 +113,7 @@ if [[ ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]]; then
N_TPCENTDEC=6
N_TPCITS=12
N_ITSTRK=12
N_ITSCL=2
export DPL_SMOOTH_RATE_LIMITING=1
elif [[ $OPTIMIZED_PARALLEL_ASYNC == "PbPb_4gpu" ]]; then
[[ -z ${TIMEFRAME_RATE_LIMIT:-} ]] && TIMEFRAME_RATE_LIMIT=35
Expand Down

0 comments on commit c3a1388

Please sign in to comment.