Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.