1. Oct 03, 2019
  2. Sep 11, 2019
  3. Sep 05, 2019
  4. Aug 09, 2019
  5. Jul 26, 2019
  6. Jun 27, 2019
  7. Jun 26, 2019
  8. Apr 24, 2019
  9. Apr 18, 2019
  10. Apr 17, 2019
  11. Apr 03, 2019
  12. Mar 08, 2019
  13. Mar 05, 2019
  14. Feb 21, 2019
  15. Feb 19, 2019
  16. Dec 19, 2018
  17. Dec 07, 2018
  18. Dec 05, 2018
  19. Nov 26, 2018
  20. Nov 12, 2018
  21. Nov 11, 2018
  22. Oct 31, 2018
    • Tommaso Tocci's avatar
    • 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
  23. Oct 29, 2018
  24. Oct 28, 2018
  25. May 02, 2018
  26. Apr 19, 2018
  27. Apr 12, 2018
    • Tommaso Tocci's avatar
      dl script: exit on donwload task errors · 2f1d3813
      Tommaso Tocci authored
      Problem: If one of the donwload task fails the script do not stop and
      the other task continue to donwload sources.
      
      Solution: If one of the task fails, print an informative error message
      and send a signal to the parent process that kills all the spawned tasks
      and exits with error code.
      2f1d3813