Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhenghh04/hdf5_tutorial
This is some basic tutorials for HDF5
https://github.com/zhenghh04/hdf5_tutorial
Last synced: 6 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T22:05:51.000Z (about 5 years ago)
- Last Synced: 2024-10-12T04:51:23.179Z (about 1 month 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.