1. Feb 27, 2018
  2. Feb 26, 2018
  3. Feb 23, 2018
  4. Feb 21, 2018
  5. Feb 16, 2018
  6. Feb 12, 2018
  7. Feb 08, 2018
  8. Jan 30, 2018
  9. Jan 29, 2018
  10. Jan 26, 2018
  11. Jan 25, 2018
  12. Jan 24, 2018
    • Marc Vef's avatar
      Preload lib: RPC/IPC Mercury/Margo environments are only initialized if the... · f54c7cd9
      Marc Vef authored
      Preload lib: RPC/IPC Mercury/Margo environments are only initialized if the mountdir path is used by the application
      For that, the daemon writes the mountdir (it was started with) to a configurable path to disk.
      The libraries read this value and only the process that uses part of this path will actually trigger the environment initialization.
      This forbids prior behavior where applications initialize the whole environment numerous times, although unused.
      For example, any MPI program will spawn multiple processes, all with the LD_PRELOAD environment variable set.
      f54c7cd9