From c816ab7e0383558f861a3b68d6f15416bd75e4e1 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 2 Oct 2019 16:58:42 +0200 Subject: [PATCH] CONFIG: update 3rd party versions (adios2=2.5.0 scotch=6.0.7) --- etc/config.csh/adios2 | 2 +- etc/config.sh/adios2 | 2 +- etc/config.sh/scotch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/config.csh/adios2 b/etc/config.csh/adios2 index 8265ed0e75..db173cf566 100644 --- a/etc/config.csh/adios2 +++ b/etc/config.csh/adios2 @@ -19,7 +19,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set adios2_version=ADIOS2-2.4.0 +set adios2_version=ADIOS2-2.5.0 setenv ADIOS2_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios2_version # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/adios2 b/etc/config.sh/adios2 index 0c592fdc4a..2e1b9127cf 100644 --- a/etc/config.sh/adios2 +++ b/etc/config.sh/adios2 @@ -20,7 +20,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -adios2_version=ADIOS2-2.4.0 +adios2_version=ADIOS2-2.5.0 export ADIOS2_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios2_version # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/scotch b/etc/config.sh/scotch index bd7e0498a8..9e3ef5897e 100644 --- a/etc/config.sh/scotch +++ b/etc/config.sh/scotch @@ -33,7 +33,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -SCOTCH_VERSION=scotch_6.0.6 +SCOTCH_VERSION=scotch_6.0.7 export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$SCOTCH_VERSION # END OF (NORMAL) USER EDITABLE PART