1. Jul 27, 2020
  2. Jul 24, 2020
  3. Mar 31, 2020
  4. Feb 06, 2020
  5. Jan 29, 2020
  6. Nov 04, 2019
  7. Oct 03, 2019
  8. Sep 11, 2019
  9. Sep 05, 2019
  10. Aug 09, 2019
  11. Jul 26, 2019
  12. Jun 27, 2019
  13. Jun 26, 2019
  14. Apr 24, 2019
  15. Apr 18, 2019
  16. Apr 17, 2019
  17. Apr 03, 2019
  18. Mar 08, 2019
  19. Mar 05, 2019
  20. Feb 21, 2019
  21. Feb 19, 2019
  22. Dec 19, 2018
  23. Dec 07, 2018
  24. Dec 05, 2018
  25. Nov 26, 2018
  26. Nov 12, 2018
  27. Nov 11, 2018
  28. 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