From 7e0e6ac51c048b03e1893a9743fcec3e14e90f4d Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 16 Jun 2018 12:54:16 +0200 Subject: [PATCH] GNU 5.3 does not work for linked list in 30_... branch --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cc082346..169deca26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,23 +52,23 @@ variables: IntelCompiler16_0: "Compiler/Intel/16.0 Libraries/IMKL/2016" IntelCompiler17_0: "Compiler/Intel/17.0 Libraries/IMKL/2017" IntelCompiler18_1: "Compiler/Intel/18.1 Libraries/IMKL/2018" - GNUCompiler5_3: "Compiler/GNU/5.3" + GNUCompiler7_3: "Compiler/GNU/7.3" # ------------ Defaults ---------------------------------------------- IntelCompiler: "$IntelCompiler18_1" - GNUCompiler: "$GNUCompiler5_3" + GNUCompiler: "$GNUCompiler7_3" # ++++++++++++ MPI +++++++++++++++++++++++++++++++++++++++++++++++++++ MPICH3_2Intel17_0: "MPI/Intel/17.0/MPICH/3.2" MPICH3_2Intel18_1: "MPI/Intel/18.1/MPICH/3.2.1" - MPICH3_2GNU5_3: "MPI/GNU/5.3/MPICH/3.2.1" + MPICH3_2GNU7_3: "MPI/GNU/7.3/MPICH/3.2.1" # ------------ Defaults ---------------------------------------------- - MPICH_GNU: "$MPICH3_2GNU5_3" + MPICH_GNU: "$MPICH3_2GNU7_3" MPICH_Intel: "$MPICH3_2Intel18_1" # ++++++++++++ PETSc +++++++++++++++++++++++++++++++++++++++++++++++++ PETSc3_9_1MPICH3_2Intel18_1: "Libraries/PETSc/3.9.1/Intel-18.1-MPICH-3.2.1" - PETSc3_9_1MPICH3_2GNU5_3: "Libraries/PETSc/3.9.1/GNU-5.3-MPICH-3.2.1" + PETSc3_9_1MPICH3_2GNU7_3: "Libraries/PETSc/3.9.1/GNU-7.3-MPICH-3.2.1" # ------------ Defaults ---------------------------------------------- PETSc_MPICH_Intel: "$PETSc3_9_1MPICH3_2Intel18_1" - PETSc_MPICH_GNU: "$PETSc3_9_1MPICH3_2GNU5_3" + PETSc_MPICH_GNU: "$PETSc3_9_1MPICH3_2GNU7_3" # ++++++++++++ FEM +++++++++++++++++++++++++++++++++++++++++++++++++++ Abaqus2016: "FEM/Abaqus/2016" Abaqus2017: "FEM/Abaqus/2017"