Commit bb3211a5 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

A script to install a h5py parallel version

parent 00815ad0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
module purge
module load openmpi/1.10.7_gcc640
module load hdf5/1.10.1_gcc640_openmpi1107

pip3 install --user mpi4py
export CC=mpicc
export HDF5_MPI="ON"
export HDF5_DIR=$HDF5_ROOT
pip3 install --user --no-binary=h5py h5py