Skip to content
  1. Mar 07, 2018
    • Marc Vef's avatar
      Restructuring directory hierarchy of the project + re-adding header files to CMake sources. · 138e04ca
      Marc Vef authored
      - Previously the directory hierarchy was not clear regarding to which
        file belong to which part of the project (client or daemon).
        Further, we will have other clients in the future (such as Fuse).
      - CMake files now differentiate between include dirs for all targets
        and target specific ones.
      - Removed duplicate -pg flag.
      - Not listing header files when adding executables or libraries
        is considered bad practice. Note that include_directories() is adding
        include paths to the code while adding all files used for executables
        and libraries provide the context which files belong to each binary.
        When only include_directories() is set, CMake assumes that all files
        belong to a binary (which is not necessarily true). As a result,
        some IDEs may break as the do not support this assumption.
      
        In general we should almost always favor explicitness over implicitness.
      138e04ca
  2. Mar 05, 2018
  3. Mar 02, 2018
  4. Jan 30, 2018
  5. Jan 25, 2018
  6. 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
      Added: register daemon to system for storing auxiliary files + better daemon... · 5857af5a
      Marc Vef authored
      Added: register daemon to system for storing auxiliary files + better daemon startup and shutdown handling
      5857af5a
  7. Jan 15, 2018
    • Marc Vef's avatar
      Add basic MD_Test functionality · 49a77aac
      Marc Vef authored
      - Add: adafs_access, open with check if object exists
      - Add: root metadentry to database of each node
      - Modified: Open, unlink, mkdir, rmdir and combined their functionality to "create node" and "remove node"
      49a77aac
  8. Jan 12, 2018
  9. Dec 06, 2017
  10. Nov 15, 2017
  11. Nov 14, 2017
  12. Nov 13, 2017
  13. Nov 08, 2017
  14. Nov 07, 2017
  15. Oct 16, 2017
  16. Oct 13, 2017
  17. Oct 12, 2017
  18. Oct 11, 2017
  19. Oct 09, 2017
  20. Sep 21, 2017
  21. Sep 20, 2017
  22. Sep 17, 2017
  23. Sep 15, 2017
  24. Sep 13, 2017
  25. Sep 12, 2017
  26. Sep 08, 2017
  27. Sep 07, 2017
  28. Sep 04, 2017