diff --git a/Dockerfile b/Dockerfile index 8e64d61..c906b00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,10 @@ RUN wget https://github.com/llnl/dtcmp/releases/download/v1.1.1/dtcmp-1.1.1.tar. # Until a new release of mpifileutils is cut, we need to use a tagged commit on # our fork to include our dcp changes (i.e. --uid, --gid) -RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch nnf-stable \ +# TODO: Try to use the latest known commit on master (0a4c530). Undo this. +#RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch nnf-stable \ +RUN git clone --depth 1 https://github.com/hpc/mpifileutils.git --branch master \ + && git checkout 0a4c530 \ && mkdir build \ && cd build \ && cmake ../mpifileutils \