Skip to content

Commit

Permalink
Specify version of mpi4py
Browse files Browse the repository at this point in the history
Latest doesn't seem to want to build in this environment.
  • Loading branch information
trevilo authored and jbigmanUT committed Aug 26, 2024
1 parent 27abd90 commit cf3a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN yum -y install gsl-gnu9-ohpc
RUN pip3 install "pybind11[global]"

RUN . /etc/profile.d/lmod.sh \
&& pip3 install mpi4py
&& pip3 install mpi4py==3.1.5

# Register new libs installed into /usr/local/lib with linker
RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/class.conf
Expand Down

0 comments on commit cf3a272

Please sign in to comment.