We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e546836 commit e0ed87dCopy full SHA for e0ed87d
docker/oshmpi/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update -y && apt-get install -y \
16
RUN mkdir /home/shmem
17
18
RUN cd $INSTALL_DIR && \
19
- git clone https://github.com/pmodels/oshmpi --recurse-submodules && \
+ git clone https://github.com/dalcinl/oshmpi -b fix-api-1.5 --recurse-submodules && \
20
cd oshmpi && \
21
./autogen.sh && \
22
./configure CC=/usr/bin/mpicc CXX=/usr/bin/mpicxx --prefix=$INSTALL_DIR/oshmpi/install && \
0 commit comments