diff --git a/etc/bashrc b/etc/bashrc index 7eeb3c209aa67fd5619db1411cdc3cbf8ff00604..94e01d6a18abf10bb3ab3f77e36209ddaea919b5 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -3,7 +3,7 @@ # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation -# \\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd. +# \\/ M anipulation | Copyright (C) 2016-2017 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM. @@ -61,7 +61,7 @@ export FOAM_INST_DIR export WM_COMPILER_TYPE=system #- Compiler: -# WM_COMPILER = Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-2] | Clang | Icc +# WM_COMPILER= Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-3] | Clang | Icc | IccKNL export WM_COMPILER=Gcc unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH diff --git a/etc/config.csh/ADIOS b/etc/config.csh/ADIOS index c53511fd8e703226e47a6233dfa0a5077ef75f73..efec3f760fb46b76520c719bebfd2d17265143ba 100644 --- a/etc/config.csh/ADIOS +++ b/etc/config.csh/ADIOS @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. +# \\ / A nd | Copyright (C) 2016-2017 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -48,7 +48,7 @@ # #------------------------------------------------------------------------------ -set adios_version=ADIOS-1.11.0 +set adios_version=ADIOS-1.11.1 setenv ADIOS_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios_version #------------------------------------------------------------------------------ diff --git a/etc/config.csh/compiler b/etc/config.csh/compiler index 751c5bada48ec69175682e7f6de0d9bf0e5fabe4..18b2f226c89dd40baeecffd6eda0aba346706361 100644 --- a/etc/config.csh/compiler +++ b/etc/config.csh/compiler @@ -3,7 +3,7 @@ # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright (C) 2016 OpenFOAM Foundation -# \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd. +# \\/ M anipulation | Copyright (C) 2016-2017 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM. @@ -63,6 +63,9 @@ case ThirdParty: case Gcc62: set gcc_version=gcc-6.2.0 breaksw + case Gcc63: + set gcc_version=gcc-6.3.0 + breaksw case Clang: set clang_version=llvm-3.7.0 # set clang_version=llvm-3.8.0 @@ -84,7 +87,7 @@ case Clang: setenv WM_CC 'clang' setenv WM_CXX 'clang++' breaksw -case Icc: +case Icc*: setenv WM_CC 'icc' setenv WM_CXX 'icpc' breaksw diff --git a/etc/config.sh/ADIOS b/etc/config.sh/ADIOS index 898a2bc28da982259591cff0cc8d1724133f7c94..db7b3534a610d827bad981d2fee741da94e4a9d0 100644 --- a/etc/config.sh/ADIOS +++ b/etc/config.sh/ADIOS @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. +# \\ / A nd | Copyright (C) 2016-2017 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -47,7 +47,7 @@ # #------------------------------------------------------------------------------ -adios_version=ADIOS-1.11.0 +adios_version=ADIOS-1.11.1 export ADIOS_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios_version #------------------------------------------------------------------------------ diff --git a/etc/config.sh/compiler b/etc/config.sh/compiler index de903a076794c4d1146f3fc20525a4ea1fdf228f..1f9907710b31a7925b89dbf650790ccf0049064a 100644 --- a/etc/config.sh/compiler +++ b/etc/config.sh/compiler @@ -3,7 +3,7 @@ # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation -# \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd. +# \\/ M anipulation | Copyright (C) 2016-2017 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM. @@ -62,6 +62,9 @@ ThirdParty) Gcc62) gcc_version=gcc-6.2.0 ;; + Gcc63) + gcc_version=gcc-6.3.0 + ;; Clang) clang_version=llvm-3.7.0 # clang_version=llvm-3.8.0 @@ -84,7 +87,7 @@ Clang) export WM_CC='clang' export WM_CXX='clang++' ;; -Icc) +Icc*) export WM_CC='icc' export WM_CXX='icpc' ;; diff --git a/etc/cshrc b/etc/cshrc index 0352fe8a6dab67b916efe04fd9178eefd6879d77..3e644242c24a0f2897c99e62707824bd3fcb3be2 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -3,7 +3,7 @@ # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation -# \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd. +# \\/ M anipulation | Copyright (C) 2016-2017 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM. @@ -60,7 +60,7 @@ setenv FOAM_INST_DIR `lsof +p $$ |& grep -oE '/.*'$WM_PROJECT'[^/]*/etc/cshrc' | setenv WM_COMPILER_TYPE system #- Compiler: -# WM_COMPILER = Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-2] | Clang | Icc +# WM_COMPILER= Gcc | Gcc4[8-9] | Gcc5[1-4] | Gcc6[1-3] | Clang | Icc | IccKNL setenv WM_COMPILER Gcc setenv WM_COMPILER_ARCH # defined but empty unsetenv WM_COMPILER_LIB_ARCH