Skip to content

Commit

Permalink
Fix debug openmpi parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Feb 6, 2025
1 parent 16f66a8 commit 484efa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ RUN [ $(md5sum openmpi-$OPENMPI_VERSION.tar.gz | awk '{print $1}') = "$OPENMPI_M
RUN gunzip -c openmpi-$OPENMPI_VERSION.tar.gz | tar xf - \
&& cd openmpi-$OPENMPI_VERSION \
&& ./configure --prefix=/opt/openmpi-$OPENMPI_VERSION-debug --enable-debug \
&& make -j $(nproc) all install
&& make -j $(nproc) all \
&& make install

###############################################################################
FROM mpioperator/openmpi:v$MPI_OPERATOR_VERSION AS production
Expand Down

0 comments on commit 484efa5

Please sign in to comment.