This folder contains the source codes and benchmark codes.
This folder contains the source codes and benchmark codes related to node-local storage.
## 1) vol-cache: HDF5 Cache VOL
This repo contains our work for incorporating node-local storage into parallel I/O workflow in HDF5. The main concept is:
This repo contains our work for incorporating node-local storage into parallel I/O workflow in HDF5. The main concept is:
For write workflow,the main program writes data to the node-local storage and then the pthread moves them to the parallel filesystem in the background.
For write workflow,the main program writes data to the node-local storage and then the pthread moves them to the parallel filesystem in the background.
For read workflow, the main program reads data from the filesystem and then the pthread moves them to the node-local storage. The main program reads data from node-local storage afterwards.
For read workflow, the main program reads data from the filesystem and then the pthread moves them to the node-local storage. The main program reads data from node-local storage afterwards.