- Mar 24, 2018
-
-
Marc Vef authored
Review and fixes that died when rebasing all commits
-
- Mar 23, 2018
- Mar 22, 2018
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
target was the index of the cycle and target[target] was the actual identifier of the target. In some part of the code target was considered as the identifier directly. Now the index of the cycle is i and target is the actual identifier of the target.
-
Tommaso Tocci authored
-
Tommaso Tocci authored
The calculus (on clients) about the last chunk involved into a write/read operation was bugged. A new blocks_calc_util library has been introduced in order to make easier to perform this kind of calculus.
-
Marc Vef authored
startup script: do not check for local daemon See merge request zdvresearch_bsc/adafs!30
-
Tommaso Tocci authored
In the case the host running the startup script is not one of the node that will run adafs it does not make sense to check for the binary of the daemon locally.
-
- 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
-