1. Mar 02, 2018
  2. Mar 01, 2018
  3. Feb 27, 2018
  4. Feb 26, 2018
  5. Feb 23, 2018
  6. Feb 22, 2018
  7. Feb 21, 2018
  8. Feb 16, 2018
  9. Feb 12, 2018
  10. Feb 08, 2018
  11. Jan 30, 2018
  12. Jan 29, 2018
  13. Jan 26, 2018
  14. Jan 25, 2018
  15. 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
    • Marc Vef's avatar
      Configure file is split into a public and private part to distinguish file... · 6299d70d
      Marc Vef authored
      Configure file is split into a public and private part to distinguish file system configurations from monitoring, for example
      6299d70d