Skip to content

Commit

Permalink
Use master for dcp
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Devcich <[email protected]>
  • Loading branch information
bdevcich committed May 28, 2024
1 parent efd98cb commit 225ce57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
&& pushd mpifileutils && git checkout 0a4c530 && popd \
&& mkdir build \
&& cd build \
&& cmake ../mpifileutils \
Expand Down

0 comments on commit 225ce57

Please sign in to comment.