https://github.com/zhenghh04/hdf5_tutorial
This is some basic tutorials for HDF5
https://github.com/zhenghh04/hdf5_tutorial
Last synced: 5 months ago
JSON representation
This is some basic tutorials for HDF5
- Host: GitHub
- URL: https://github.com/zhenghh04/hdf5_tutorial
- Owner: zhenghh04
- Created: 2019-10-19T03:51:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T22:05:51.000Z (over 5 years ago)
- Last Synced: 2025-01-04T00:31:56.666Z (6 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HDF5 Tutorial
## Simple HDF5
* create_file.cpp
* create_file.py
create a file, write dataset (2D array)
## Parallel HDF5
* parallel_hdf5.cpp
* parallel_file.py
create a file, write dataset (2D array) collectively.