Skip to content

Defer preloads evaluation to the execution time

Tadej Novak requested to merge tadej/athena:trf/preload into 22.0-mc20

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

/cc @amete, @akraszna

Edited by Tadej Novak

Merge request reports