Skip to content

Commit dfc147c

Browse files
committed
Revert "Temporary workaround, to be reverted once O2 PR 12412 is in all async tags"
This reverts commit fd619fe.
1 parent 8c18864 commit dfc147c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

DATA/production/configurations/asyncReco/async_pass.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@ if [[ -n "$ALIEN_JDL_USEGPUS" && $ALIEN_JDL_USEGPUS != 0 ]] ; then
371371
if [[ $ALIEN_JDL_UNOPTIMIZEDGPUSETTINGS != 1 ]]; then
372372
export OPTIMIZED_PARALLEL_ASYNC=pp_1gpu # sets the multiplicities to optimized defaults for this configuration (1 job with 1 gpu on EPNs)
373373
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
374-
export TIMEFRAME_RATE_LIMIT=8 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
375-
export SHMSIZE=30000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
376374
else
377375
# forcing multiplicities to be 1
378376
export MULTIPLICITY_PROCESS_tof_matcher=1
@@ -392,13 +390,9 @@ if [[ -n "$ALIEN_JDL_USEGPUS" && $ALIEN_JDL_USEGPUS != 0 ]] ; then
392390
if [[ $BEAMTYPE == "pp" ]]; then
393391
export OPTIMIZED_PARALLEL_ASYNC=pp_4gpu # sets the multiplicities to optimized defaults for this configuration (1 Numa, pp)
394392
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
395-
export TIMEFRAME_RATE_LIMIT=45 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
396-
export SHMSIZE=100000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
397393
else # PbPb
398394
export OPTIMIZED_PARALLEL_ASYNC=PbPb_4gpu # sets the multiplicities to optimized defaults for this configuration (1 Numa, PbPb)
399395
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
400-
export TIMEFRAME_RATE_LIMIT=30 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
401-
export SHMSIZE=100000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
402396
fi
403397
fi
404398
fi
@@ -428,8 +422,6 @@ else
428422
else
429423
export OPTIMIZED_PARALLEL_ASYNC=pp_64cpu # to use EPNs with full NUMA domain but without GPUs
430424
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
431-
export TIMEFRAME_RATE_LIMIT=32 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
432-
export SHMSIZE=90000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
433425
fi
434426
fi
435427
fi

0 commit comments

Comments
 (0)