1. Jul 05, 2021
  2. Jul 04, 2021
  3. Jul 03, 2021
  4. Jul 02, 2021
  5. Jul 01, 2021
  6. Jun 30, 2021
  7. Jun 21, 2021
  8. Jun 17, 2021
    • Ramon Nou's avatar
      Resolve "[Alya] Create a new data distributor - Moves instantiation outside read/write" · 9cafaaa3
      Ramon Nou authored
      Closes #88 
      Closes #125 
      
      The distributor will read a shared file including [filename] [host] [size] [offset] and distribute the files accordingly.
      We assume, as it should happen in SLURM that the nodes are in alphabetical order.
      
      Distributors are instantiated per read/write operation. They should be moved to FsData to avoid the overhead. It is also necessary to reduce the creation cost when the distributor reads the data mappings from a file or similar.
      
      See merge request !39
      9cafaaa3
    • Ramon Nou's avatar
      Update CMakeLists.txt · 32016967
      Ramon Nou authored
      32016967
  9. Jun 16, 2021
    • Ramon Nou's avatar
      README update · 73bde2f6
      Ramon Nou authored
      73bde2f6
    • Ramon Nou's avatar
      Moved distributor instantation to RPC_DATA and daemon.cpp on the server side.... · a8dc9c3c
      Ramon Nou authored and Ramon Nou's avatar Ramon Nou committed
      Moved distributor instantation to RPC_DATA and daemon.cpp on the server side. Added interval_map to GuidedDistributor for better performance
      
      Moving reads extended log to normal log module.
      
      Update logging.hpp
      
      Added GKFS prefix to CMake options
      
      Catch2 Guided Distributor test
      
      Added creation of /tmp/guided.txt in the test
      
      updated README.MD and protected Distributor for duplicated inserts
      
      Added metadata + data optimization with #
      a8dc9c3c
  10. Jun 14, 2021
  11. Jun 11, 2021
  12. May 28, 2021
  13. May 25, 2021
  14. Mar 30, 2021
  15. Mar 10, 2021
  16. Feb 17, 2021
    • Ramon Nou's avatar
      Resolve "Update copyright year in headers" · bd17441b
      Ramon Nou authored
      This MR deletes the outdated scripts used for managing copyright headers and provides a new one in `scripts/maintainer-tools/copyright-headers`. Also, similarly to before, it also provides a Dockerfile for a `gekkofs/copyright-header` image that encapsulates a version of Osterman's [copyright-header](https://github.com/osterman/copyright-header/) Gem appropriately patched for our needs. Please refer to the README.md file in `scripts/maintainer-tools/copyright-headers` for more details.
      
      Closes #142
      
      See merge request !83
      bd17441b
  17. Feb 07, 2021
  18. Feb 06, 2021