Skip to content

Commit e026c93

Browse files
committed
Update oshmpi Dockerfiles after fixes merged on main
1 parent 80483de commit e026c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/oshmpi_fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dnf update -y && \
99
dnf clean all
1010

1111
RUN 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 && \

docker/oshmpi_ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update -y && apt-get install -y \
1515
python3 python3-pip python-is-python3
1616

1717
RUN 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 && \

0 commit comments

Comments
 (0)