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
Copy file name to clipboardExpand all lines: DATA/production/workflow-multiplicities.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ if [[ $SYNCMODE == 1 ]]; then NTRDTRKTHREADS=1; else NTRDTRKTHREADS=; fi
30
30
31
31
:${NGPURECOTHREADS:=-1}# -1 = auto-detect
32
32
33
-
RECO_NUM_NODES_WORKFLOW_CMP=$((($RECO_NUM_NODES_WORKFLOW>15? ($RECO_NUM_NODES_WORKFLOW<230?$RECO_NUM_NODES_WORKFLOW:230) :15) * ($NUMAGPUIDS!=0?2:1))) # Limit the lower scaling factor, multiply by 2 if we have 2 NUMA domains
33
+
[[ !-z$RECO_NUM_NODES_WORKFLOW ]] &&RECO_NUM_NODES_WORKFLOW_CMP=$((($RECO_NUM_NODES_WORKFLOW>15? ($RECO_NUM_NODES_WORKFLOW<230?$RECO_NUM_NODES_WORKFLOW:230) :15) * ($NUMAGPUIDS!=0?2:1))) # Limit the lower scaling factor, multiply by 2 if we have 2 NUMA domains
0 commit comments