Skip to content

Commit 6806153

Browse files
committed
async reco: Don't change DPL_PIPELINE_LENGTH on the EPNs, since 1NUMA workflow will be affected
1 parent 3792d2d commit 6806153

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55

66
export SETENV_NO_ULIMIT=1
77

8-
# to avoid memory issues
9-
export DPL_DEFAULT_PIPELINE_LENGTH=16
8+
# to avoid memory issues - we don't do this on the EPNs, since it can affect the performance
9+
if [[ $ALIEN_JDL_USEGPUS != 1 ]]; then
10+
export DPL_DEFAULT_PIPELINE_LENGTH=16
11+
fi
1012

1113
# detector list
1214
if [[ -n $ALIEN_JDL_WORKFLOWDETECTORS ]]; then

0 commit comments

Comments
 (0)