Skip to content

Commit 8603673

Browse files
committed
PyFR: pin h5py and mpi4py versions
1 parent dbab99d commit 8603673

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hpc/applications/pyfr/Containerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ RUN git clone https://github.com/libxsmm/libxsmm.git \
3232
ENV PYFR_XSMM_LIBRARY_PATH=/libxsmm/lib/libxsmm.so
3333

3434
# Install h5py with MPI
35-
RUN ldconfig /usr/local/cuda/targets/sbsa-linux/lib/stubs \
36-
&& HDF5_MPI="ON" CC=mpicc pip install --no-cache-dir --no-binary=h5py h5py \
35+
RUN ldconfig /usr/local/cuda/targets/*/lib/stubs \
36+
&& HDF5_MPI="ON" CC=mpicc pip install --no-cache-dir --no-binary=h5py \
37+
h5py==3.14.0 \
38+
mpi4py==4.1.0 \
3739
&& ldconfig
3840

3941
# Set base directory for pyCUDA cache

0 commit comments

Comments
 (0)