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
This commit is contained in:
Martin Diehl 2018-07-09 20:30:12 +02:00
parent 07184b3142
commit aa6c905bb5
1 changed files with 0 additions and 12 deletions

View File

@ -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