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 @@ -15,14 +15,14 @@ RUN cd $INSTALL_DIR
1515 make -j && make install
1616
1717RUN cd $INSTALL_DIR && \
18- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5 .tar.bz2 && \
19- tar xf openmpi-4.1.5 .tar.bz2 && \
20- cd openmpi-4.1.5 && \
21- ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.5 /install \
18+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.4 .tar.bz2 && \
19+ tar xf openmpi-4.1.4 .tar.bz2 && \
20+ cd openmpi-4.1.4 && \
21+ ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.4 /install \
2222 --with-ucx=/home/shmem/ucx-master/install && \
2323 make -j && make install
2424
25- ENV PATH=/home/shmem/openmpi-4.1.5 /install/bin:"${PATH}" \
25+ ENV PATH=/home/shmem/openmpi-4.1.4 /install/bin:"${PATH}" \
2626 OMPI_ALLOW_RUN_AS_ROOT=1 \
2727 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
2828
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ RUN cd $INSTALL_DIR
1919 make -j && make install
2020
2121RUN cd $INSTALL_DIR && \
22- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5 .tar.bz2 && \
23- tar xf openmpi-4.1.5 .tar.bz2 && \
24- cd openmpi-4.1.5 && \
25- ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.5 /install \
22+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.4 .tar.bz2 && \
23+ tar xf openmpi-4.1.4 .tar.bz2 && \
24+ cd openmpi-4.1.4 && \
25+ ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.4 /install \
2626 --with-ucx=/home/shmem/ucx-master/install && \
2727 make -j && make install
2828
29- ENV PATH=/home/shmem/openmpi-4.1.5 /install/bin:"${PATH}" \
29+ ENV PATH=/home/shmem/openmpi-4.1.4 /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 @@ -15,10 +15,10 @@ RUN cd $INSTALL_DIR
1515 make -j && make install
1616
1717RUN cd $INSTALL_DIR && \
18- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5 .tar.bz2 && \
19- tar xf openmpi-4.1.5 .tar.bz2 && \
20- cd openmpi-4.1.5 && \
21- ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.5 /install \
18+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.4 .tar.bz2 && \
19+ tar xf openmpi-4.1.4 .tar.bz2 && \
20+ cd openmpi-4.1.4 && \
21+ ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.4 /install \
2222 --with-ucx=/home/shmem/ucx-master/install && \
2323 make -j && make install
2424
@@ -29,7 +29,7 @@ RUN cd $INSTALL_DIR && \
2929 ./configure --prefix=$INSTALL_DIR/osss-ucx/install --enable-debug --enable-logging --with-pmix --with-ucx=/home/shmem/ucx-master/install && \
3030 make -j && make install
3131
32- ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.5 /install/bin:"${PATH}" \
32+ ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.4 /install/bin:"${PATH}" \
3333 OMPI_ALLOW_RUN_AS_ROOT=1 \
3434 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
3535
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ RUN cd $INSTALL_DIR
2222 make -j && make install
2323
2424RUN cd $INSTALL_DIR && \
25- wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5 .tar.bz2 && \
26- tar xf openmpi-4.1.5 .tar.bz2 && \
27- cd openmpi-4.1.5 && \
28- ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.5 /install \
25+ wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.4 .tar.bz2 && \
26+ tar xf openmpi-4.1.4 .tar.bz2 && \
27+ cd openmpi-4.1.4 && \
28+ ./configure --enable-oshmem --prefix=$INSTALL_DIR/openmpi-4.1.4 /install \
2929 --with-ucx=/home/shmem/ucx-master/install && \
3030 make -j && make install
3131
@@ -36,7 +36,7 @@ RUN cd $INSTALL_DIR && \
3636 ./configure --prefix=$INSTALL_DIR/osss-ucx/install --enable-debug --enable-logging --with-pmix --with-ucx=/home/shmem/ucx-master/install && \
3737 make -j && make install
3838
39- ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.5 /install/bin:"${PATH}" \
39+ ENV PATH=$INSTALL_DIR/osss-ucx/install/bin:/home/shmem/openmpi-4.1.4 /install/bin:"${PATH}" \
4040 OMPI_ALLOW_RUN_AS_ROOT=1 \
4141 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
4242
You can’t perform that action at this time.
0 commit comments