simplified

This commit is contained in:
Martin Diehl 2021-03-26 13:24:11 +01:00
parent 44f89b9456
commit b6a8754082
1 changed files with 4 additions and 7 deletions

View File

@ -4,8 +4,7 @@ stages:
- python - python
- deprecated - deprecated
- compile - compile
- grid - fortran
- marc
- performance - performance
- createPackage - createPackage
- createDocumentation - createDocumentation
@ -190,7 +189,7 @@ setup_mesh:
################################################################################################### ###################################################################################################
pytest_fortran: pytest_fortran:
stage: grid stage: fortran
script: script:
- module load $IntelCompiler $MPI_Intel $PETSc_Intel - module load $IntelCompiler $MPI_Intel $PETSc_Intel
- cd pytest - cd pytest
@ -200,16 +199,14 @@ pytest_fortran:
- release - release
Phenopowerlaw_singleSlip: Phenopowerlaw_singleSlip:
stage: grid stage: fortran
script: Phenopowerlaw_singleSlip/test.py script: Phenopowerlaw_singleSlip/test.py
except: except:
- master - master
- release - release
###################################################################################################
J2_plasticBehavior: J2_plasticBehavior:
stage: marc stage: fortran
script: script:
- module load $IntelMarc $HDF5Marc $MSC - module load $IntelMarc $HDF5Marc $MSC
- J2_plasticBehavior/test.py - J2_plasticBehavior/test.py