Skip to content

Commit

Permalink
use mknod-debug branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Jun 4, 2024
1 parent efd98cb commit 3ba5179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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)
RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch nnf-stable \
RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch mknod-debug \
&& mkdir build \
&& cd build \
&& cmake ../mpifileutils \
Expand Down

0 comments on commit 3ba5179

Please sign in to comment.