Defer preloads evaluation to the execution time
An attempt to fix ATLASJT-422. This defers preloads evaluation to the execution time in the runwrapper
. This seemingly loads the correct libraries when using inline asetup
.
For reference, this is how runwrapper
looks now:
athena.py --preloadlib=$ATLASMKLLIBDIR_PRELOAD/libimf.so:$ATLASMKLLIBDIR_PRELOAD/libintlc.so.5 --drop-and-reload runargs.RDOtoRDOTrigger.py RecJobTransforms/skeleton.RDOtoRDOtrigger.py
Edited by Tadej Novak