From 5a52dfa4f4951e4bc4679978901ad2d077aa2591 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Fri, 17 Nov 2017 08:46:19 +0100 Subject: [PATCH] CONFIG: update ADIOS version --- etc/config.csh/ADIOS | 18 +++--------------- etc/config.sh/ADIOS | 18 +++--------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/etc/config.csh/ADIOS b/etc/config.csh/ADIOS index 7eb1235542..e0e9aa9afb 100644 --- a/etc/config.csh/ADIOS +++ b/etc/config.csh/ADIOS @@ -5,22 +5,10 @@ # \\ / A nd | Copyright (C) 2016-2017 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------ -# License +# This file is part of OpenFOAM, licensed under the GNU General Public License +# . # This file is part of OpenFOAM. # -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# # File # etc/config.csh/ADIOS # @@ -49,7 +37,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set adios_version=ADIOS-1.11.1 +set adios_version=ADIOS-1.12.0 setenv ADIOS_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios_version # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/ADIOS b/etc/config.sh/ADIOS index 58ef50a9ce..37e55feb37 100644 --- a/etc/config.sh/ADIOS +++ b/etc/config.sh/ADIOS @@ -5,22 +5,10 @@ # \\ / A nd | Copyright (C) 2016-2017 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------ -# License +# This file is part of OpenFOAM, licensed under the GNU General Public License +# . # This file is part of OpenFOAM. # -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# # File # etc/config.sh/ADIOS # @@ -48,7 +36,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -adios_version=ADIOS-1.11.1 +adios_version=ADIOS-1.12.0 export ADIOS_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios_version # END OF (NORMAL) USER EDITABLE PART