- Apr 17, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
ADAFS_DEPS_INSTALL variable is deprecated and not used anymore.
-
Tommaso Tocci authored
All the relevant env variables are now prefixed with GKFS instead of ADAFS
-
Tommaso Tocci authored
`adafs_daemon` -> `gkfs_daemon`
-
Tommaso Tocci authored
-
- Apr 03, 2019
-
-
Tommaso Tocci authored
-
- Mar 05, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Dec 05, 2018
-
-
Tommaso Tocci authored
`gflags` is an optional dependency of RocksDB, it is used only for cli tools that we don't use.
-
- Nov 22, 2018
-
-
Marc Vef authored
-
- Oct 31, 2018
-
-
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.
-
- Oct 29, 2018
-
-
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.
-
Tommaso Tocci authored
-
- Feb 21, 2018
-
-
Marc Vef authored
-
- Nov 15, 2017
- Nov 14, 2017
-
-
Marc Vef authored
-