@@ -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
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
435427fi
0 commit comments