Skip to content

Commit 047ad7e

Browse files
authored
use more recent mpich 4.0.3
Hopefully that will avoid hdf5 h5py installs from replacing mpich with conda version
1 parent 1eec92e commit 047ad7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conda/build-nersc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bash ./Mambaforge-Linux-x86_64.sh -b -p $curBuildDir/py
5454
source $curBuildDir/py/etc/profile.d/conda.sh
5555
conda activate base
5656

57-
mamba install -c conda-forge -y mpich=3.4.*=external_*
57+
mamba install -c conda-forge -y mpich=4.0.3=external_* mpich=3.4.*=external_*
5858

5959
#export LD_LIBRARY_PATH=/opt/cray/pe/mpt/7.7.19/gni/mpich-gnu-abi/8.2/lib:$LD_LIBRARY_PATH
6060

0 commit comments

Comments
 (0)