diff --git a/BUILD.md b/BUILD.md index 6dd870b..75aff09 100644 --- a/BUILD.md +++ b/BUILD.md @@ -485,8 +485,8 @@ that clang compiler for building the newer llvm/clang version. [page adios]: https://www.olcf.ornl.gov/center-projects/adios/ [repo adios]: https://github.com/ornladios/ADIOS -[link adios]: https://github.com/ornladios/ADIOS/archive/v1.13.0.tar.gz -[altlink adios]: http://users.nccs.gov/%7Epnorbert/adios-1.13.0.tar.gz +[link adios]: https://github.com/ornladios/ADIOS/archive/v1.13.1.tar.gz +[altlink adios]: http://users.nccs.gov/~pnorbert/adios-1.13.1.tar.gz [page zfp]: http://computation.llnl.gov/projects/floating-point-compression/zfp-versions [page scotch]: https://www.labri.fr/perso/pelegrin/scotch/ @@ -495,7 +495,7 @@ that clang compiler for building the newer llvm/clang version. [link scotch]: https://gforge.inria.fr/frs/download.php/file/37622/scotch_6.0.6.tar.gz [page kahip]: http://algo2.iti.kit.edu/documents/kahip/ -[link kahip]: http://algo2.iti.kit.edu/schulz/software_releases/KaHIP_2.00.tar.gz +[link kahip]: http://algo2.iti.kit.edu/schulz/software_releases/KaHIP_2.10.tar.gz [page metis]: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview [link metis]: http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz diff --git a/makeADIOS2 b/makeADIOS2 index 8231e62..1ea298e 100755 --- a/makeADIOS2 +++ b/makeADIOS2 @@ -97,6 +97,18 @@ fi ADIOS2_SOURCE_DIR=$sourceBASE/$adios2PACKAGE ADIOS2_ARCH_PATH=$installBASE/$adios2PACKAGE +# Some hacked in value, for binding in ADIOS1 as well (for the reader) +# Don't know if this is still needed +if [ -n "$ADIOS1_ARCH_PATH" ] +then + ADIOS1_ARCH_PATH=$installBASE/ADIOS-1.13.0 +fi +if [ -d "$ADIOS1_ARCH_PATH" ] +then + export ADIOS1_ROOT="$ADIOS1_ARCH_PATH" +fi + + : ${FOAM_MPI:=dummy} echo @@ -139,16 +151,13 @@ else CXX=mpicxx fi -# HACK -export ADIOS1_ROOT=/local/home/mark/openfoam/ThirdParty-plus/platforms/linux64Gcc/ADIOS-1.12.0 - cmake=$(findCMake) # Install into lib64/ cd $buildDIR && $cmake \ -DCMAKE_INSTALL_PREFIX=$ADIOS2_ARCH_PATH \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_FORTRAN=FALSE \ + -DADIOS2_USE_Fortran=FALSE \ -DADIOS1_USE_STATIC_LIBS=TRUE \ ${WM_QUIET:+-DCMAKE_RULE_MESSAGES=OFF} \ $ADIOS2_SOURCE_DIR \ diff --git a/makeKAHIP b/makeKAHIP index 1756267..523eb7f 100755 --- a/makeKAHIP +++ b/makeKAHIP @@ -98,7 +98,7 @@ do targetType="$1" ;; - kahip-[1-9]* | kahip-git) + kahip-[1-9]* | kahip-git | KaHIP_* | KaHIP-[1-9]*) kahipPACKAGE="${1%%/}" unset KAHIP_ARCH_PATH # Avoid inconsistency ;;