File tree Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ RUN cd $INSTALL_DIR
1717 make -j && make install
1818
1919RUN cd $INSTALL_DIR && \
20- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.8 .tar.bz2 && \
21- tar xf openmpi-4.1.8 .tar.bz2 && \
22- cd openmpi-4.1.8 && \
20+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.7 .tar.bz2 && \
21+ tar xf openmpi-4.1.7 .tar.bz2 && \
22+ cd openmpi-4.1.7 && \
2323 ./configure --disable-dependency-tracking --enable-debug --enable-mem-debug \
2424 --disable-sphinx --disable-man-pages --disable-mpi-fortran \
2525 --with-ucx=/home/shmem/ucx/install \
26- --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.8 /install && \
26+ --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.7 /install && \
2727 make -j 2 install
2828
29- ENV PATH=/home/shmem/openmpi-4.1.8 /install/bin:"${PATH}" \
29+ ENV PATH=/home/shmem/openmpi-4.1.7 /install/bin:"${PATH}" \
3030 OMPI_ALLOW_RUN_AS_ROOT=1 \
3131 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
3232
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ RUN cd $INSTALL_DIR
2222 make -j 2 && make install
2323
2424RUN cd $INSTALL_DIR && \
25- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.8 .tar.bz2 && \
26- tar xf openmpi-4.1.8 .tar.bz2 && \
27- cd openmpi-4.1.8 && \
25+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.7 .tar.bz2 && \
26+ tar xf openmpi-4.1.7 .tar.bz2 && \
27+ cd openmpi-4.1.7 && \
2828 ./configure --disable-dependency-tracking --enable-debug --enable-mem-debug \
2929 --disable-sphinx --disable-man-pages --disable-mpi-fortran \
3030 --with-ucx=/home/shmem/ucx/install \
31- --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.8 /install && \
31+ --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.7 /install && \
3232 make -j 2 install
3333
34- ENV PATH=/home/shmem/openmpi-4.1.8 /install/bin:"${PATH}" \
34+ ENV PATH=/home/shmem/openmpi-4.1.7 /install/bin:"${PATH}" \
3535 OMPI_ALLOW_RUN_AS_ROOT=1 \
3636 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
3737
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN cd $INSTALL_DIR
1717 make -j && make install
1818
1919RUN cd $INSTALL_DIR && \
20- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.8 .tar.bz2 && \
21- tar xf openmpi-4.1.8 .tar.bz2 && \
22- cd openmpi-4.1.8 && \
20+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.7 .tar.bz2 && \
21+ tar xf openmpi-4.1.7 .tar.bz2 && \
22+ cd openmpi-4.1.7 && \
2323 ./configure --disable-dependency-tracking --enable-debug --enable-mem-debug \
2424 --disable-sphinx --disable-man-pages --disable-mpi-fortran \
2525 --with-ucx=/home/shmem/ucx/install \
26- --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.8 /install && \
26+ --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.7 /install && \
2727 make -j 2 install
2828
2929RUN cd $INSTALL_DIR && \
@@ -33,7 +33,7 @@ RUN cd $INSTALL_DIR && \
3333 ./configure --prefix=$INSTALL_DIR/osss-ucx/install --enable-debug --enable-logging --with-pmix --with-ucx=/home/shmem/ucx/install && \
3434 make -j && make install
3535
36- ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.8 /install/bin:"${PATH}" \
36+ ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.7 /install/bin:"${PATH}" \
3737 OMPI_ALLOW_RUN_AS_ROOT=1 \
3838 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
3939
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ RUN cd $INSTALL_DIR
2424 make -j && make install
2525
2626RUN cd $INSTALL_DIR && \
27- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.8 .tar.bz2 && \
28- tar xf openmpi-4.1.8 .tar.bz2 && \
29- cd openmpi-4.1.8 && \
27+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.7 .tar.bz2 && \
28+ tar xf openmpi-4.1.7 .tar.bz2 && \
29+ cd openmpi-4.1.7 && \
3030 ./configure --disable-dependency-tracking --enable-debug --enable-mem-debug \
3131 --disable-sphinx --disable-man-pages --disable-mpi-fortran \
3232 --with-ucx=/home/shmem/ucx/install \
33- --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.8 /install && \
33+ --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.7 /install && \
3434 make -j 2 install
3535
3636RUN cd $INSTALL_DIR && \
@@ -40,7 +40,7 @@ RUN cd $INSTALL_DIR && \
4040 ./configure --prefix=$INSTALL_DIR/osss-ucx/install --enable-debug --enable-logging --with-pmix --with-ucx=/home/shmem/ucx/install && \
4141 make -j && make install
4242
43- ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.8 /install/bin:"${PATH}" \
43+ ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.7 /install/bin:"${PATH}" \
4444 OMPI_ALLOW_RUN_AS_ROOT=1 \
4545 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
4646
You can’t perform that action at this time.
0 commit comments