1. Jun 16, 2021
    • 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
  2. Mar 30, 2021
  3. Jan 28, 2021
  4. Dec 07, 2020
  5. Sep 25, 2020
  6. Sep 15, 2020
  7. Sep 10, 2020
  8. Apr 24, 2020
  9. Nov 07, 2019
  10. Nov 04, 2019
  11. Sep 17, 2019
  12. Jun 26, 2019
    • Tommaso Tocci's avatar
      Drop CCI plugin support · 2cce98dd
      Tommaso Tocci authored
      CCI plugin have been tagged as deprecated in the Mercury library. We
      where using it just for verbs, OFI+verbs can be used now as replecement.
      2cce98dd
  13. Apr 25, 2019
  14. Apr 24, 2019
  15. Apr 17, 2019
  16. Apr 03, 2019
  17. Mar 05, 2019
  18. Dec 05, 2018
  19. Nov 22, 2018
  20. Oct 31, 2018
    • Tommaso Tocci's avatar
      use mercury automatic SM routing · c40be81b
      Tommaso Tocci authored
      Mercury now support shared memory autorouting.
      
      A single margo instance can be initialized and it will handle both
      shared memory communication and remote ones.
      
      If the endpoint of the RPC is local mercury will automatically use
      shared memory.
      
      Since there is only one margo instance all the duplicated code for
      rpc/ipc have been unified and simplified considerably.
      
      ------
      
      The way in which client contact the server has changed.
      
       - Server initializes its own margo instance and generate the endpoint
      communication string using `HG_Addr_self`.
       - This endpoint description string is written on the pid file
       - When the client library loads it will fetch the server endpoint
      description from the pid file and will use that to contact the server.
      c40be81b
  21. Oct 29, 2018
    • Tommaso Tocci's avatar
      Let mercury handle its own dependencies · fde32cae
      Tommaso Tocci authored
      Searching for mercury dependencies is useless. In fact if a library has not been linked and enabled while mercury was built, we won't be able to use it.
      
      Moreover, mercury ships with a make module that provides which links flags needs to be used. Thus there is no need to search for mercury dependencies.
      fde32cae
    • Tommaso Tocci's avatar
      Remove unused libev dependency · 2102b957
      Tommaso Tocci authored
      2102b957
  22. Feb 21, 2018
  23. Nov 15, 2017
  24. Nov 14, 2017