You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RECO_NUM_NODES_WORKFLOW_CMP=$((($RECO_NUM_NODES_WORKFLOW>15?$RECO_NUM_NODES_WORKFLOW:15) * ($NUMAGPUIDS!=0?2:1))) # Limit the lower scaling factor, multiply by 2 if we have 2 NUMA domains
55
+
# Tuned multiplicities for sync pp / Pb-Pb processing
# Scale some multiplicities with the number of nodes
87
-
RECO_NUM_NODES_WORKFLOW_CMP=$((($RECO_NUM_NODES_WORKFLOW>15?$RECO_NUM_NODES_WORKFLOW:15) * ($NUMAGPUIDS!=0?2:1))) # Limit the lower scaling factor, multiply by 2 if we have 2 NUMA domains
88
-
N_ITSRAWDEC=$(math_max $((3*60/$RECO_NUM_NODES_WORKFLOW_CMP))${N_ITSRAWDEC:-1})# This means, if we have 60 EPN nodes, we need at least 3 ITS RAW decoders
89
+
N_ITSRAWDEC=$(math_max $((3*60/$RECO_NUM_NODES_WORKFLOW_CMP))${N_ITSRAWDEC:-1})# This means, if we have 60 EPN nodes, we need at least 3 ITS RAW decoders per NUMA domain (2 * 3 = 6)
0 commit comments