From aa6c905bb580f1d878a28e582392eccc1f64d4da Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 9 Jul 2018 20:30:12 +0200 Subject: [PATCH] Intel Compiler version 16.0 does not match Abaqus 2016. Running optimized code results in symbol lookup error: /tmp/damask_user_std_26623/libstandardU.so: undefined symbol: _intel_fast_memmove --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78e94ced1..5dfc99b56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ stages: - spectral - compileMarc2017 - marc - - compileAbaqus2016 - compileAbaqus2017 - example - performance @@ -67,7 +66,6 @@ variables: PETSc_MPICH_Intel: "$PETSc3_9_1MPICH3_2Intel18_1" PETSc_MPICH_GNU: "$PETSc3_9_1MPICH3_2GNU7_3" # ++++++++++++ FEM +++++++++++++++++++++++++++++++++++++++++++++++++++ - Abaqus2016: "FEM/Abaqus/2016" Abaqus2017: "FEM/Abaqus/2017" MSC2017: "FEM/MSC/2017" # ------------ Defaults ---------------------------------------------- @@ -373,16 +371,6 @@ J2_plasticBehavior: - master - release -################################################################################################### -Abaqus_compile2016: - stage: compileAbaqus2016 - script: - - module load $IntelCompiler16_0 $Abaqus2016 - - Abaqus_compileIfort/test.py -a 2016 - except: - - master - - release - ################################################################################################### Abaqus_compile2017: stage: compileAbaqus2017