Skip to content

Commit

Permalink
update to dtcmp-v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Feb 5, 2022
1 parent 7539aed commit 465bee1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/builddist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ elif [ "$1" == "v0.11.1" ] ; then
# to build from latest branch of all repos
ORGS=(
"lwgrp" "llnl" "v1.0.4"
"dtcmp" "llnl" "v1.1.3"
"dtcmp" "llnl" "v1.1.4"
"libcircle" "hpc" "v0.3"
"mpifileutils" "hpc" "v0.11.1"
)
Expand Down
20 changes: 10 additions & 10 deletions doc/rst/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ To be certain of compatibility, it is recommended that one install libarchive-3.
To build on PowerPC, one may need to add :code:`--build=powerpc64le-redhat-linux-gnu` to the configure command.

Assuming libarchive has been installed to an `install` directory as shown above,
one can then build mpiFileUtils from a release like v0.11 with commands like the following:
one can then build mpiFileUtils from a release like v0.11.1 with commands like the following:

.. code-block:: Bash
wget https://github.com/hpc/mpifileutils/releases/download/v0.11/mpifileutils-v0.11.tgz
tar -zxf mpifileutils-v0.11.tgz
cd mpifileutils-v0.11
wget https://github.com/hpc/mpifileutils/releases/download/v0.11.1/mpifileutils-v0.11.1.tgz
tar -zxf mpifileutils-v0.11.1.tgz
cd mpifileutils-v0.11.1
mkdir build
cd build
cmake .. \
Expand Down Expand Up @@ -133,8 +133,8 @@ which can be done with the following commands:
mkdir deps
cd deps
wget https://github.com/hpc/libcircle/releases/download/v0.3/libcircle-0.3.0.tar.gz
wget https://github.com/llnl/lwgrp/releases/download/v1.0.3/lwgrp-1.0.3.tar.gz
wget https://github.com/llnl/dtcmp/releases/download/v1.1.1/dtcmp-1.1.1.tar.gz
wget https://github.com/llnl/lwgrp/releases/download/v1.0.4/lwgrp-1.0.4.tar.gz
wget https://github.com/llnl/dtcmp/releases/download/v1.1.4/dtcmp-1.1.4.tar.gz
wget https://github.com/libarchive/libarchive/releases/download/3.5.1/libarchive-3.5.1.tar.gz
tar -zxf libcircle-0.3.0.tar.gz
Expand All @@ -143,14 +143,14 @@ which can be done with the following commands:
make install
cd ..
tar -zxf lwgrp-1.0.3.tar.gz
cd lwgrp-1.0.3
tar -zxf lwgrp-1.0.4.tar.gz
cd lwgrp-1.0.4
./configure --prefix=$installdir
make install
cd ..
tar -zxf dtcmp-1.1.1.tar.gz
cd dtcmp-1.1.1
tar -zxf dtcmp-1.1.4.tar.gz
cd dtcmp-1.1.4
./configure --prefix=$installdir --with-lwgrp=$installdir
make install
cd ..
Expand Down

0 comments on commit 465bee1

Please sign in to comment.