Commit 517e7d3 1 parent d646054 commit 517e7d3 Copy full SHA for 517e7d3
File tree 1 file changed +3
-2
lines changed
Tools/machines/lassen-llnl
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,9 @@ python3 -m pip install --upgrade "cython>=3"
124
124
python3 -m pip install --upgrade numpy
125
125
python3 -m pip install --upgrade pandas
126
126
CMAKE_PREFIX_PATH=/usr/lib64:${CMAKE_PREFIX_PATH} python3 -m pip install --upgrade -Ccompile-args=" -j10" -Csetup-args=-Dblas=BLAS -Csetup-args=-Dlapack=BLAS scipy
127
- MPI4PY_BUILD_BACKEND=" scikit-build-core" python3 -m pip install --upgrade mpi4py --no-cache-dir --no-build-isolation --no-binary mpi4py
128
- python3 -m pip install --upgrade openpmd-api
127
+ # Lassen MPI does not suppport MPI v4
128
+ MPI4PY_BUILD_BACKEND=" scikit-build-core" python3 -m pip install --upgrade " mpi4py<4" --no-cache-dir --no-build-isolation --no-binary mpi4py
129
+ python3 -m pip install --upgrade openpmd-api==0.15.2
129
130
CC=mpigcc H5PY_SETUP_REQUIRES=0 HDF5_DIR=${SW_DIR} /hdf5-1.14.1.2 HDF5_MPI=ON python3 -m pip install --upgrade h5py --no-cache-dir --no-build-isolation --no-binary h5py
130
131
MPLLOCALFREETYPE=1 python3 -m pip install --upgrade matplotlib==3.2.2 # does not try to build freetype itself
131
132
echo " matplotlib==3.2.2" > ${build_dir} /constraints.txt
You can’t perform that action at this time.
0 commit comments