Skip to content

export LD_PRELOAD=/usr/local/lib/libXrdPosixPreload.so

Since we publish full simulation data on xrootd servers, we might as well preload the POSIX interface library.

All that's needed is an export LD_PRELOAD=/usr/local/lib/libXrdPosixPreload.so into the environment.

Possibility for implementation:

  • create /etc/profile.d/ environment script
  • direct modification in eic-env.sh (which loads /env/profile.d)
  • /opt/detectors/setup.sh (which is mostly detector specific)