- Oct 31, 2018
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Marc Vef authored
use mercury automatic SM routing See merge request zdvresearch_bsc/adafs!87
-
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.
-
Marc Vef authored
bugfix: compile mercury with last CMake version available See merge request zdvresearch_bsc/adafs!85
-
Tommaso Tocci authored
-
- Oct 30, 2018
- Oct 29, 2018
-
-
Tommaso Tocci authored
-
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
Also removed mercury_cci_verbs_lookup patch, because it has been merged upstream [1] [1]: https://github.com/mercury-hpc/mercury/pull/206
-
Tommaso Tocci authored
on centos the cmake 3 binary is called `cmake3`. In the compile script we try to use the most recent version of cmake that is available on the system. This will allow to prevent this mercury installation issue: https://github.com/mercury-hpc/mercury/issues/224
-
Tommaso Tocci authored
-
Tommaso Tocci authored
I couldn't figure out why this is happening, but the inline function cannot be found at runtime
-
Marc Vef authored
avoid "static initialization order problem" See merge request zdvresearch_bsc/adafs!81
-
Tommaso Tocci authored
ensure rpc_addresses object have been initialized before we use it for the first time
-
Tommaso Tocci authored
-
Marc Vef authored
Move fd managment into open_file_map See merge request zdvresearch_bsc/adafs!80
-
Tommaso Tocci authored
-
Marc Vef authored
Update spdlog to version 1.2.1 See merge request zdvresearch_bsc/adafs!78
-
Tommaso Tocci authored
-
Marc Vef authored
introduce gitlab CI See merge request zdvresearch_bsc/adafs!77
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Oct 28, 2018
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
margo, argobots and mercury have been updated. The abt-snoozer dep required by margo it is not needed anymore. RocksDB has been also updated to the lastest release
-
Tommaso Tocci authored
Instead of using custom variable to search for installed libraries we can rely on the standard `CMAKE_PREFIX_PATH` [1] [1]: https://cmake.org/cmake/help/v3.8/variable/CMAKE_PREFIX_PATH.html#variable:CMAKE_PREFIX_PATH
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
compile/download scripts need to exit with positive error code on wrong parameters
-
Tommaso Tocci authored
-
Tommaso Tocci authored
loggers can be now configured at execution time, by using environment variables for both server and client. Server: - ADAFS_LOG_LEVEL - ADAFS_DAEMON_LOG_PATH Client: - ADAFS_LOG_LEVEL - ADAFS_PRELOAD_LOG_PATH
-
Tommaso Tocci authored
-
- Oct 18, 2018
-
-
Marc Vef authored
This allows us to quickly see if the file system can provide basic functionality without breaking.
-
- May 17, 2018
-
-
Tommaso Tocci authored
-