Skip to content

Commit

Permalink
Revert "Temporary workaround, to be reverted once O2 PR 12412 is in a…
Browse files Browse the repository at this point in the history
…ll async tags"

This reverts commit fd619fe.
  • Loading branch information
davidrohr committed Feb 27, 2024
1 parent 8c18864 commit dfc147c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions DATA/production/configurations/asyncReco/async_pass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ if [[ -n "$ALIEN_JDL_USEGPUS" && $ALIEN_JDL_USEGPUS != 0 ]] ; then
if [[ $ALIEN_JDL_UNOPTIMIZEDGPUSETTINGS != 1 ]]; then
export OPTIMIZED_PARALLEL_ASYNC=pp_1gpu # sets the multiplicities to optimized defaults for this configuration (1 job with 1 gpu on EPNs)
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
export TIMEFRAME_RATE_LIMIT=8 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
export SHMSIZE=30000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
else
# forcing multiplicities to be 1
export MULTIPLICITY_PROCESS_tof_matcher=1
Expand All @@ -392,13 +390,9 @@ if [[ -n "$ALIEN_JDL_USEGPUS" && $ALIEN_JDL_USEGPUS != 0 ]] ; then
if [[ $BEAMTYPE == "pp" ]]; then
export OPTIMIZED_PARALLEL_ASYNC=pp_4gpu # sets the multiplicities to optimized defaults for this configuration (1 Numa, pp)
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
export TIMEFRAME_RATE_LIMIT=45 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
export SHMSIZE=100000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
else # PbPb
export OPTIMIZED_PARALLEL_ASYNC=PbPb_4gpu # sets the multiplicities to optimized defaults for this configuration (1 Numa, PbPb)
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
export TIMEFRAME_RATE_LIMIT=30 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
export SHMSIZE=100000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
fi
fi
fi
Expand Down Expand Up @@ -428,8 +422,6 @@ else
else
export OPTIMIZED_PARALLEL_ASYNC=pp_64cpu # to use EPNs with full NUMA domain but without GPUs
export OPTIMIZED_PARALLEL_ASYNC_AUTO_SHM_LIMIT=1
export TIMEFRAME_RATE_LIMIT=32 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
export SHMSIZE=90000000000 # WORKAROUND: Needed until O2 PR 12412 is in all async tags
fi
fi
fi
Expand Down

0 comments on commit dfc147c

Please sign in to comment.