Skip to content

Commit

Permalink
Use nnf-stable-v2 tag of mpifileutils
Browse files Browse the repository at this point in the history
This contains the latest fixes for dcp.

Signed-off-by: Blake Devcich <[email protected]>
  • Loading branch information
bdevcich committed Oct 14, 2024
1 parent b7952d2 commit 202270d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ 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)
#
# TODO: Once https://github.com/hpc/mpifileutils/pull/586/files is merged, create a tag and replace
# drop-egid-euid branch.
RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch drop-egid-euid \
RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch nnf-stable-v2 \
&& mkdir build \
&& cd build \
&& cmake ../mpifileutils \
Expand Down

0 comments on commit 202270d

Please sign in to comment.