We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6677b commit 166b487Copy full SHA for 166b487
1 file changed
build/Dockerfile
@@ -41,7 +41,6 @@ RUN wget https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.5.tar.g
41
&& cd openmpi-5.0.5 \
42
&& ./configure \
43
--prefix=/opt/openmpi \
44
- --enable-mpi-cxx \
45
--with-hwloc \
46
--with-libevent \
47
&& make -j$(nproc) \
0 commit comments