Marc 2019 does not work with HDF5

Seems that Marc 2019 brings its own HDF5. Basically good news, but
should be resolved in a separate branch
This commit is contained in:
Martin Diehl 2019-09-20 14:21:49 +02:00
parent 279019be8a
commit c75609f8f0
3 changed files with 7 additions and 8 deletions

View File

@ -69,12 +69,10 @@ variables:
PETSc_MPICH_Intel: "$PETSc3_10_3IMPI2018Intel18_4"
PETSc_MPICH_GNU: "$PETSc3_10_3MPICH3_3GNU8_2"
# ++++++++++++ commercial FEM ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Abaqus2019: "FEM/Abaqus/2019"
MSC2018_1: "FEM/MSC/2018.1"
MSC2018: "FEM/MSC/2018"
MSC2019: "FEM/MSC/2019"
# ------------ Defaults ----------------------------------------------
Abaqus: "$Abaqus2019"
MSC: "$MSC2019"
MSC: "$MSC2018"
IntelMarc: "$IntelCompiler17_8"
IntelAbaqus: "$IntelCompiler16_4"
HDF5Marc: "HDF5/1.10.4/Intel-17.8"
@ -391,7 +389,6 @@ Phenopowerlaw_singleSlip:
- master
- release
###################################################################################################
Marc_compileIfort:
stage: compileMarc
@ -403,12 +400,12 @@ Marc_compileIfort:
- master
- release
###################################################################################################
Hex_elastic:
stage: marc
script:
- module load $IntelMarc $HDF5Marc $MSC
- export DAMASK_HDF5=ON
- Hex_elastic/test.py
except:
- master
@ -418,6 +415,7 @@ CubicFCC_elastic:
stage: marc
script:
- module load $IntelMarc $HDF5Marc $MSC
- export DAMASK_HDF5=ON
- CubicFCC_elastic/test.py
except:
- master
@ -427,6 +425,7 @@ CubicBCC_elastic:
stage: marc
script:
- module load $IntelMarc $HDF5Marc $MSC
- export DAMASK_HDF5=ON
- CubicBCC_elastic/test.py
except:
- master
@ -436,6 +435,7 @@ J2_plasticBehavior:
stage: marc
script:
- module load $IntelMarc $HDF5Marc $MSC
- export DAMASK_HDF5=ON
- J2_plasticBehavior/test.py
except:
- master

2
CONFIG
View File

@ -4,7 +4,7 @@
set DAMASK_NUM_THREADS = 4
set MSC_ROOT = /opt/msc
set MARC_VERSION = 2019
set MARC_VERSION = 2018
set ABAQUS_VERSION = 2019

View File

@ -1 +0,0 @@
DAMASK_marc.f90