Corentin Salingue
|
4fe7765f41
Delete HDF5 work list when unplug disk
|
8 年之前 |
Corentin Salingue
|
83568a44a1
if available, use a space handling strategy to catch free spaces
|
8 年之前 |
Nathalie Furmento
|
812db0016c
src: improve string processing
|
8 年之前 |
Corentin Salingue
|
2cdc9e3952
if HDF5_THREAD_MODE is not activated, serialize all calls to HDF5 on one main thread
|
8 年之前 |
Corentin Salingue
|
fbd6e45eba
reduce warnings
|
8 年之前 |
Nathalie Furmento
|
4b156e1175
use snprintf instead of sprintf
|
8 年之前 |
Samuel Thibault
|
7b90fc0824
TODO
|
8 年之前 |
Nathalie Furmento
|
27048e0009
fixes following cppcheck warnings
|
8 年之前 |
Nathalie Furmento
|
fa562b2c3b
src/core/disk_ops: make sure execution does not continue
|
8 年之前 |
Samuel Thibault
|
1780dae214
really fix build on plafrim
|
8 年之前 |
Samuel Thibault
|
268e8e3d0d
fix build on plafrim
|
8 年之前 |
Corentin Salingue
|
42ed4d9035
Replace polling by a semaphore in hdf5 file
|
8 年之前 |
Corentin Salingue
|
4c9db67271
add async hdf5 functions
|
8 年之前 |
Corentin Salingue
|
331c23d466
Use an internal thread to perform sync read/write operations on HDF5
|
8 年之前 |
Corentin Salingue
|
1d099fb3dd
Factorize a bit mutexes in HDF5 disk ops
|
8 年之前 |
Corentin Salingue
|
6758d0b532
Protect calls to HDF5 library
|
8 年之前 |
Corentin Salingue
|
27717c6ccf
prevent multiple open HDF5 or concurrent read/write if threadsafe mode is not activated in HDF5
|
8 年之前 |
Corentin Salingue
|
7a7995a74e
Protect read / write because many HDF5 versions don't protect concurrent operations
|
8 年之前 |
Corentin Salingue
|
79abf5389d
fix malloc size when saving path
|
8 年之前 |
Corentin Salingue
|
050e083c38
Use appropriate function to get a copy of the dataspace
|
8 年之前 |
Corentin Salingue
|
37fc5084e4
Simplify a bit, we don't need to store the dataspace. We can have a copy
|
8 年之前 |
Corentin Salingue
|
b60c5d7971
HDF5 need to read or write in the datatype of the dataset. It's annoying...
|
8 年之前 |
Corentin Salingue
|
23c31070d7
Add checks of return values + add checks in tests. Not really working yet...
|
8 年之前 |
Corentin Salingue
|
778a13edb3
Add disk backend based on HDF5 library. It's not really working for now (need to be tested)
|
8 年之前 |