1. Oct 17, 2018
  2. Oct 16, 2018
  3. Oct 15, 2018
  4. Oct 04, 2018
  5. Sep 04, 2018
  6. Jul 19, 2018
  7. May 28, 2018
    • Tommaso Tocci's avatar
      Always return inode number in stats · 6a6670a6
      Tommaso Tocci authored
      The `cp` command double check the inode number to detect file changes
      during transfers, we need to set it properly and keep it consistent.
      
      inode(file) = std::hash(file_path)
      6a6670a6
  8. May 17, 2018
  9. May 16, 2018
  10. May 11, 2018
  11. May 10, 2018
  12. May 08, 2018
  13. Apr 05, 2018
  14. Apr 02, 2018
    • Marc Vef's avatar
      Daemon now creates a pid file with pid and mountdir info for clients · fe7e5ee3
      Marc Vef authored
      Previously, clients would look for the daemon by name which was not robust.
      If the daemon was started with valgrind for example, clients would not find
      the daemon.
      
      Similar to other applications a daemon now creates a pid file with
      information about its pid and its started mountdir.
      
      Proper errorhandling on server and client side was added.
      
      Multiple daemons per node are explicitly not allowed for now!
      fe7e5ee3
  15. Mar 19, 2018
  16. Mar 15, 2018
  17. Mar 04, 2018
  18. Mar 02, 2018
  19. Feb 12, 2018
  20. 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
  21. Jan 23, 2018
  22. Jan 19, 2018
  23. Dec 17, 2017
  24. Dec 15, 2017
  25. Dec 11, 2017
  26. Nov 29, 2017