radiasoft / download

Install scripts for "curl | bash"
Apache License 2.0
3 stars 5 forks source link

FindHDF5.cmake uses $PATH to find h5cc which is always mpi version #673

Open robnagler opened 4 months ago

robnagler commented 4 months ago

Remove mpich/bin from $PATH, FindHDF5.cmake finds the non-MPI version. Some codes don't need MPI so shouldn't have the hdf5 version that's built for mpi.