- Mar 20, 2018
-
-
Marc Vef authored
When rocksdb is build with jemalloc linking with adafs was failing
-
- Mar 19, 2018
-
-
Marc Vef authored
Preload: Better naming in IO process + chnk_end target fix See merge request zdvresearch_bsc/adafs!25
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
bugfix: dl_script with non-existing output path See merge request zdvresearch_bsc/adafs!23
-
Marc Vef authored
Client io cleanup See merge request zdvresearch_bsc/adafs!24
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
Instead use margo_iforward. Also only two bulk_handles are now used: 1 for margo_ipc and one for margo_rpc RPC requests.
-
- Mar 16, 2018
-
-
Tommaso Tocci authored
The download script do not work if the specified output path contains more then 1 non-existing folder. This is due to the -f flag used in the readlink command. We now use the less strict -m one.
-
- Mar 15, 2018
-
-
Marc Vef authored
The LRU map caused multiple issues with memory mappings and caused severe errors and hanging situations. It has been replaced with a std::map. An Argobots mutex was added for rpc address lookups as many threads might insert and lookup this map in parallel. This caused bulk_transfer seqfauls as well as other file system crashes. Cleanup of file system logging.
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
Before data was pulled first then written or read first and then pushed back
-
Marc Vef authored
Only use 1 segment now but with multiple transfers
- Mar 14, 2018
-
-
Marc Vef authored
ensure folder creation on download script See merge request zdvresearch_bsc/adafs!20
-
Tommaso Tocci authored
Source folder was removed if existed before but never recreated
-
Tommaso Tocci authored
-
Marc Vef authored
test: add simple Write/Read test See merge request zdvresearch_bsc/adafs!19
-
Tommaso Tocci authored
This is a very simple test that just write a file and read it, checking for content match.
-
- Mar 13, 2018
-
-
Tommaso Tocci authored
- Relax cmake version requirment - Specify project language - Force CXX standard requirments - Compile MPI test only if suitable MPI implementation have found to be installed locally
-
Marc Vef authored
Introduce docker images See merge request zdvresearch_bsc/adafs!17
-
The new docker folder will host all the docker image files. At the moment there is only one image file that allows to build a container based on CentOS 7 that provides a complete build environment for ADAFS. It is bundled with all the required dependencies, both from system repository and the ones that need to be compiled from source. It also provide a suitable compiler (gcc 7.2.1) for later use. This container can be use as developing environment as well as the base for other images. For instance we can use it to build a container that provide the ADAFS daemon.
-
Marc Vef authored
Speedup dependencies download and compilation See merge request zdvresearch_bsc/adafs!16
-
Marc Vef authored
-
Tommaso Tocci authored
Since the download of sources are performed in parallel, we cannot use anymore a single log file. The output of the download commands has been reduced to errrors only and it will be outputted directly on stderr. Thus the log file stuff have been completely removed. Moreover the clonedeps function now takes the REPO as second parameter and additional (non mandatory) git flags as fourth parameter. Additional fixes have been introduced to run commands in script mode (-q, -f, ...)
-
Tommaso Tocci authored
For dependencies in which a specific tags is specified we can download the code snapshot instead of cloning the whole repo.
-
Tommaso Tocci authored
Perform all the download and git clone action in parallel using several processes. Due to the new parallel use of the clonedeps and wgetdeps functions, some adjustment to printed message has been made. Now the function write on stdout only once when they complete.
-
Tommaso Tocci authored
-
Marc Vef authored
cmake: find packages (Boost & pthread) See merge request zdvresearch_bsc/adafs!14
-
- Mar 12, 2018
-
-
Tommaso Tocci authored
Use cmake in order to properly check and use both the Boost library and the pthread one.
-
- Mar 09, 2018
-
-
Marc Vef authored
IOR support and I/O threading improvements See merge request zdvresearch_bsc/adafs!12
-
Marc Vef authored
-
Marc Vef authored
We need to be explicit about I/O as it cannot be simply repeated. A response from the daemon will come eventually, either success or failure.
-
Marc Vef authored
-
Marc Vef authored
-