Skip to content
Snippets Groups Projects
Commit d7ed7921 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-ATEAM-689' into 'master'

AthenaCommon: Bugfix athena preload logic

Closes ATEAM-689

See merge request atlas/athena!39365
parents 4499ee8a 503b5a90
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39365AthenaCommon: Bugfix athena preload logic
......@@ -27,7 +27,7 @@ do
--stdcmath) USEIMF=0;;
--imf) USEIMF=1;;
--preloadlib*) export ATHENA_ADD_PRELOAD=${a#*=};;
--drop-and-reload) export ATHENA_DROP_RELOAD=1;;
--drop-and-reload) ATHENA_DROP_RELOAD=1;;
--CA) USECA=1;;
*) otherargs="$otherargs $a";;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment