mdtest/src
Julian Kunkel 8de13884a7
HDFS module ported to current AIORI API and improved (#302)
* HDFS module ported to current AIORI API and extended
* Added instructions how to build and run with a HDFS.
* Replaced read with pread to support offsets.
* Implemented HDFS MDTest API
* Improved sync semantics
2020-12-23 11:51:31 +00:00
..
test Clarified some issues in the test framework and added example test. #219 2020-05-20 17:46:35 +01:00
Makefile.am Merge pull request #267 from hpc/feature-md-workbench 2020-11-10 19:05:20 +00:00
aiori-CEPHFS.c aiori-CEPHFS: don't just unmount on close, release cmount too. 2020-05-28 20:42:26 -05:00
aiori-DFS.c aiori-DFS: stat should not be fatal 2020-12-16 15:41:58 +00:00
aiori-DUMMY.c Extracted file size routine that is replicated in each module into IOR removing the MPI dependency from AIORI. 2020-06-30 12:33:56 +01:00
aiori-Gfarm.c aiori-Gfarm: sequel to #262 - sync interface (#269) 2020-11-06 09:15:39 +00:00
aiori-HDF5.c HDF5: fix segfault in HDF5 driver after latest AIORI changes (#255) 2020-09-02 18:12:17 +01:00
aiori-HDFS.c HDFS module ported to current AIORI API and improved (#302) 2020-12-23 11:51:31 +00:00
aiori-IME.c Merge branch 'master' into fix-modules 2020-12-02 10:21:59 +00:00
aiori-MMAP.c AIORI POSIX AIO support. Collect ops until granularity is reached, then submit pending IOs. Synchronize latest on close. Doesn't work with data verification and reuses the existing buffer. The implementation shows the potential AIO may have. 2020-07-21 16:18:50 +01:00
aiori-MPIIO.c HDF5: fix segfault in HDF5 driver after latest AIORI changes (#255) 2020-09-02 18:12:17 +01:00
aiori-NCMPI.c Fix #181. 2019-08-30 16:45:03 -06:00
aiori-PMDK.c Ported PMDK API. 2020-06-30 13:12:44 +01:00
aiori-POSIX.c Lustre stripping: Fix default value such that Lustre striping is only set if anything is changed. 2020-11-26 15:56:34 +00:00
aiori-POSIX.h AIORI POSIX AIO support. Collect ops until granularity is reached, then submit pending IOs. Synchronize latest on close. Doesn't work with data verification and reuses the existing buffer. The implementation shows the potential AIO may have. 2020-07-21 16:18:50 +01:00
aiori-RADOS.c src/aiori-RADOS: Remove Direct IO option check. 2020-02-25 18:13:29 -06:00
aiori-S3-4c.c Fix s3-4c implementation (#247) 2020-08-13 16:25:36 +01:00
aiori-S3-libs3.c added region and location to libs3 (#295) 2020-12-11 13:05:24 +00:00
aiori-aio.c AIORI AIO check params updated. 2020-07-21 16:50:13 +01:00
aiori-debug.h Do not execute functions twice in MPI_CHECKF 2020-12-03 12:21:06 -08:00
aiori.c Bugfix memory issue in global options. 2020-11-06 11:40:31 +00:00
aiori.h Fix compiler issue with redefinition via typedef. 2020-10-29 10:38:33 +00:00
ior-internal.h Random: last modifications. 2020-11-06 10:27:11 +00:00
ior-main.c Added missing file. 2018-07-07 11:57:04 +01:00
ior-output.c Remove duplicated functionality between mdtest and IOR. 2020-11-09 16:23:34 +00:00
ior.c HDFS module ported to current AIORI API and improved (#302) 2020-12-23 11:51:31 +00:00
ior.h HDFS module ported to current AIORI API and improved (#302) 2020-12-23 11:51:31 +00:00
iordef.h Trivial cleanup: Extracted debug-related stuff into new header. 2020-06-28 17:16:56 +01:00
md-workbench-main.c Basic API converted. 2020-11-02 20:12:15 +00:00
md-workbench.c Move checks before inititalization. 2020-11-22 11:43:42 +00:00
md-workbench.h Workbench API improved. 2020-11-04 20:25:27 +00:00
mdtest-main.c Merge remote-tracking branch 'upstream/master' into daos 2019-01-24 00:31:12 +00:00
mdtest.c mdtest: fix reference to unique_dir_per_task for builds --with-lustre 2020-12-01 01:22:31 -05:00
mdtest.h Some simplification / unification between IOR and MDTest. 2018-07-07 22:19:42 +01:00
option.c Option: merge function to supported AIORI module reuse. 2020-07-21 13:54:50 +01:00
option.h Option: merge function to supported AIORI module reuse. 2020-07-21 13:54:50 +01:00
parse_options.c Provide new option randomPrefill for random (-z access only) that prefill the file with the specified blocksize, e.g., 2m. See issue #270. 2020-12-01 13:58:40 +00:00
parse_options.h Numerous changes to file-modes, small build-tweaks, and a tweak to aiori-S3.c 2015-05-19 09:36:28 -06:00
utilities.c Merge pull request #270 from hpc/fix-offset-integration 2020-12-03 12:08:53 +00:00
utilities.h Merge pull request #270 from hpc/fix-offset-integration 2020-12-03 12:08:53 +00:00