MSC.Marc 2018.x requires python3

This commit is contained in:
Martin Diehl 2018-11-14 23:43:08 +01:00
parent c32671c205
commit 4e1dc73fc9
2 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,6 @@ stages:
- prepareSpectral - prepareSpectral
- spectral - spectral
- compileMarc2017 - compileMarc2017
- compileMarc2018_1
- marc - marc
- compileAbaqus2017 - compileAbaqus2017
- example - example
@ -78,8 +77,8 @@ variables:
MSC2017: "FEM/MSC/2017" MSC2017: "FEM/MSC/2017"
# ------------ Defaults ---------------------------------------------- # ------------ Defaults ----------------------------------------------
Abaqus: "$Abaqus2017" Abaqus: "$Abaqus2017"
MSC: "$MSC2018_1" MSC: "$MSC2017"
IntelMarc: "IntelCompiler17_0" IntelMarc: "IntelCompiler16_4"
# ++++++++++++ Documentation +++++++++++++++++++++++++++++++++++++++++ # ++++++++++++ Documentation +++++++++++++++++++++++++++++++++++++++++
Doxygen1_8_13: "Documentation/Doxygen/1.8.13" Doxygen1_8_13: "Documentation/Doxygen/1.8.13"
# ------------ Defaults ---------------------------------------------- # ------------ Defaults ----------------------------------------------

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