-
This is a repo containing how I try and test mpich, h5py and python+c.
-
Mpich installation and environment setup is here.
-
The folder
h5test
: test h5py. -
The folder
PythonC
: call c functions from python. -
The folder
mpi_c_cpp
: MPICH with c/c++. -
The folder
mpi_py
: MPICH with python.