https://github.com/zhenghh04/io_benchmarks
This is a set of tools for io benchmarks
https://github.com/zhenghh04/io_benchmarks
asychronous deep-learning io nonblocking
Last synced: 3 months ago
JSON representation
This is a set of tools for io benchmarks
- Host: GitHub
- URL: https://github.com/zhenghh04/io_benchmarks
- Owner: zhenghh04
- Created: 2019-08-02T20:35:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T21:43:48.000Z (over 4 years ago)
- Last Synced: 2025-01-04T00:31:54.235Z (5 months ago)
- Topics: asychronous, deep-learning, io, nonblocking
- Language: C++
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HPC-IO Benchmarks
This is a set of I/O benchmark functions on HPC systems including:
* IOR
* VPIC -- for HDF5 write tests
* Exerciser -- for HDF5 read & write & meta data tests
* cache -- for node local storage cache tests* Nonblocking I/O test
nonblocking/prepare_datasets.cpp -- prepare the datasets
nonblocking/test_prefetch.cpp -- tesing the prefetch* Memory map files performance test
memory_maps.cpp -- testing writing data to memory map files.