Abaqus version hickup

was not tested for quite a while
This commit is contained in:
Martin Diehl 2018-11-18 23:54:13 +01:00
parent 2d32c3165e
commit e9bf0824fe
2 changed files with 3 additions and 2 deletions

View File

@ -79,6 +79,7 @@ variables:
Abaqus: "$Abaqus2017" Abaqus: "$Abaqus2017"
MSC: "$MSC2018_1" MSC: "$MSC2018_1"
IntelMarc: "$IntelCompiler17_0" IntelMarc: "$IntelCompiler17_0"
IntelAbaqus: "$IntelCompiler16_4"
# ++++++++++++ Documentation +++++++++++++++++++++++++++++++++++++++++ # ++++++++++++ Documentation +++++++++++++++++++++++++++++++++++++++++
Doxygen1_8_13: "Documentation/Doxygen/1.8.13" Doxygen1_8_13: "Documentation/Doxygen/1.8.13"
# ------------ Defaults ---------------------------------------------- # ------------ Defaults ----------------------------------------------
@ -425,7 +426,7 @@ SpectralExample:
AbaqusExample: AbaqusExample:
stage: example stage: example
script: script:
- module load $IntelCompiler16_4 $Abaqus - module load $IntelAbaqus $Abaqus
- Abaqus_example/test.py - Abaqus_example/test.py
only: only:
- development - development

2
CONFIG
View File

@ -8,6 +8,6 @@ set DAMASK_NUM_THREADS = 4
set MSC_ROOT = /opt/msc set MSC_ROOT = /opt/msc
set MARC_VERSION = 2018.1 set MARC_VERSION = 2018.1
set ABAQUS_VERSION = 2018.1 set ABAQUS_VERSION = 2017
set DAMASK_HDF5 = OFF set DAMASK_HDF5 = OFF