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
# Scale some multiplicities with the number of nodes
274
-
RECO_NUM_NODES_WORKFLOW_CMP=$((($RECO_NUM_NODES_WORKFLOW>15?$RECO_NUM_NODES_WORKFLOW:15) * ($NUMAGPUIDS==1?2:1))) # Limit the lower scaling factor, multiply by 2 if we have 2 NUMA domains
278
+
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
275
279
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
0 commit comments