Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdebuyl/pmi-h5py
https://github.com/pdebuyl/pmi-h5py
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdebuyl/pmi-h5py
- Owner: pdebuyl
- License: other
- Created: 2014-06-23T12:23:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T13:36:36.000Z (over 10 years ago)
- Last Synced: 2023-04-05T02:28:17.105Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pmi-h5py
========Copyright © 2014 Pierre de Buyl
pmi-h5py is a short example of using the Parallel Method Invocation to manage
parallel data writing with h5py.Example
-------mpirun -n 4 python test_pmi.py
Dependencies
------------pmi-h5py requires
- mpi4py http://mpi4py.scipy.org/
- pmi https://github.com/olenz/pmi
- h5py http://www.h5py.org/ compiled with parallel supportThis code is tested with:
- HDF5 1.8.13 and h5py's development version, using OpenMPI 1.8.1
- HDF5 1.8.12 and h5py 2.4.0a0, using OpenMPI 1.6.5