File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN dnf update -y && \
99 dnf clean all
1010
1111RUN cd $INSTALL_DIR && \
12- git clone https://github.com/dalcinl /oshmpi -b fix-api-1.5 -- recurse-submodules && \
12+ git clone https://github.com/pmodels /oshmpi -- recurse-submodules && \
1313 cd oshmpi && \
1414 ./autogen.sh && \
1515 ./configure CC=/usr/lib64/mpich/bin/mpicc CXX=/usr/lib64/mpich/bin/mpicxx --prefix=$INSTALL_DIR/oshmpi/install && \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update -y && apt-get install -y \
1515 python3 python3-pip python-is-python3
1616
1717RUN cd $INSTALL_DIR && \
18- git clone https://github.com/dalcinl /oshmpi -b fix-api-1.5 -- recurse-submodules && \
18+ git clone https://github.com/pmodels /oshmpi -- recurse-submodules && \
1919 cd oshmpi && \
2020 ./autogen.sh && \
2121 ./configure CC=/usr/bin/mpicc CXX=/usr/bin/mpicxx --prefix=$INSTALL_DIR/oshmpi/install && \
You can’t perform that action at this time.
0 commit comments