Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 324 Bytes

readme.md

File metadata and controls

13 lines (6 loc) · 324 Bytes
  1. This is a repo containing how I try and test mpich, h5py and python+c.

  2. Mpich installation and environment setup is here.

  3. The folder h5test: test h5py.

  4. The folder PythonC: call c functions from python.

  5. The folder mpi_c_cpp: MPICH with c/c++.

  6. The folder mpi_py: MPICH with python.