Skip to content

Commit e0ed87d

Browse files
committed
CI/CD: for now, use fix-api-1.5 branch of dalcinl/oshmpi
1 parent e546836 commit e0ed87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/oshmpi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update -y && apt-get install -y \
1616
RUN mkdir /home/shmem
1717

1818
RUN cd $INSTALL_DIR && \
19-
git clone https://github.com/pmodels/oshmpi --recurse-submodules && \
19+
git clone https://github.com/dalcinl/oshmpi -b fix-api-1.5 --recurse-submodules && \
2020
cd oshmpi && \
2121
./autogen.sh && \
2222
./configure CC=/usr/bin/mpicc CXX=/usr/bin/mpicxx --prefix=$INSTALL_DIR/oshmpi/install && \

0 commit comments

Comments
 (0)