DADF5 is now the only output
This commit is contained in:
parent
127678e2e1
commit
1037aa98d3
|
@ -391,7 +391,6 @@ Marc_compileIfort:
|
||||||
stage: compileMarc
|
stage: compileMarc
|
||||||
script:
|
script:
|
||||||
- module load $IntelMarc $HDF5Marc $MSC
|
- module load $IntelMarc $HDF5Marc $MSC
|
||||||
- export DAMASK_HDF5=ON
|
|
||||||
- Marc_compileIfort/test.py
|
- Marc_compileIfort/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
@ -402,7 +401,6 @@ Hex_elastic:
|
||||||
stage: marc
|
stage: marc
|
||||||
script:
|
script:
|
||||||
- module load $IntelMarc $HDF5Marc $MSC
|
- module load $IntelMarc $HDF5Marc $MSC
|
||||||
- export DAMASK_HDF5=ON
|
|
||||||
- Hex_elastic/test.py
|
- Hex_elastic/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
@ -412,7 +410,6 @@ CubicFCC_elastic:
|
||||||
stage: marc
|
stage: marc
|
||||||
script:
|
script:
|
||||||
- module load $IntelMarc $HDF5Marc $MSC
|
- module load $IntelMarc $HDF5Marc $MSC
|
||||||
- export DAMASK_HDF5=ON
|
|
||||||
- CubicFCC_elastic/test.py
|
- CubicFCC_elastic/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
@ -422,7 +419,6 @@ CubicBCC_elastic:
|
||||||
stage: marc
|
stage: marc
|
||||||
script:
|
script:
|
||||||
- module load $IntelMarc $HDF5Marc $MSC
|
- module load $IntelMarc $HDF5Marc $MSC
|
||||||
- export DAMASK_HDF5=ON
|
|
||||||
- CubicBCC_elastic/test.py
|
- CubicBCC_elastic/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
@ -432,7 +428,6 @@ J2_plasticBehavior:
|
||||||
stage: marc
|
stage: marc
|
||||||
script:
|
script:
|
||||||
- module load $IntelMarc $HDF5Marc $MSC
|
- module load $IntelMarc $HDF5Marc $MSC
|
||||||
- export DAMASK_HDF5=ON
|
|
||||||
- J2_plasticBehavior/test.py
|
- J2_plasticBehavior/test.py
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
|
4
CONFIG
4
CONFIG
|
@ -1,11 +1,7 @@
|
||||||
# "set"-syntax needed only for tcsh (but works with bash and zsh)
|
# "set"-syntax needed only for tcsh (but works with bash and zsh)
|
||||||
# DAMASK_ROOT will be expanded
|
|
||||||
|
|
||||||
set DAMASK_NUM_THREADS = 4
|
set DAMASK_NUM_THREADS = 4
|
||||||
|
|
||||||
set MSC_ROOT = /opt/msc
|
set MSC_ROOT = /opt/msc
|
||||||
set MARC_VERSION = 2019
|
set MARC_VERSION = 2019
|
||||||
|
|
||||||
set ABAQUS_VERSION = 2019
|
set ABAQUS_VERSION = 2019
|
||||||
|
|
||||||
set DAMASK_HDF5 = ON
|
|
||||||
|
|
|
@ -99,14 +99,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
|
# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
|
||||||
if test "$DAMASK_HDF5" = "ON";then
|
H5FC="$(h5fc -shlib -show)"
|
||||||
H5FC="$(h5fc -shlib -show)"
|
HDF5_LIB=${H5FC//ifort/}
|
||||||
HDF5_LIB=${H5FC//ifort/}
|
FCOMP="$H5FC -DDAMASK_HDF5"
|
||||||
FCOMP="$H5FC -DDAMASK_HDF5"
|
|
||||||
echo $FCOMP
|
|
||||||
else
|
|
||||||
FCOMP=ifort
|
|
||||||
fi
|
|
||||||
|
|
||||||
# AEM
|
# AEM
|
||||||
if test "$MARCDLLOUTDIR" = ""; then
|
if test "$MARCDLLOUTDIR" = ""; then
|
||||||
|
|
|
@ -99,14 +99,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
|
# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
|
||||||
if test "$DAMASK_HDF5" = "ON";then
|
H5FC="$(h5fc -shlib -show)"
|
||||||
H5FC="$(h5fc -shlib -show)"
|
HDF5_LIB=${H5FC//ifort/}
|
||||||
HDF5_LIB=${H5FC//ifort/}
|
FCOMP="$H5FC -DDAMASK_HDF5"
|
||||||
FCOMP="$H5FC -DDAMASK_HDF5"
|
|
||||||
echo $FCOMP
|
|
||||||
else
|
|
||||||
FCOMP=ifort
|
|
||||||
fi
|
|
||||||
|
|
||||||
# AEM
|
# AEM
|
||||||
if test "$MARCDLLOUTDIR" = ""; then
|
if test "$MARCDLLOUTDIR" = ""; then
|
||||||
|
|
|
@ -100,11 +100,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
|
# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
|
||||||
if test "$DAMASK_HDF5" = "ON";then
|
H5FC="$(h5fc -shlib -show)"
|
||||||
H5FC="$(h5fc -shlib -show)"
|
HDF5_LIB=${H5FC//ifort/}
|
||||||
HDF5_LIB=${H5FC//ifort/}
|
FCOMP="$H5FC -DDAMASK_HDF5"
|
||||||
FCOMP="$H5FC -DDAMASK_HDF5"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# AEM
|
# AEM
|
||||||
if test "$MARCDLLOUTDIR" = ""; then
|
if test "$MARCDLLOUTDIR" = ""; then
|
||||||
|
|
Loading…
Reference in New Issue