Merge branch 'test-user-name' into loadcase.yaml

This commit is contained in:
Martin Diehl 2020-10-21 21:13:19 +02:00
commit 6d68f14952
2 changed files with 20 additions and 10 deletions

View File

@ -108,7 +108,7 @@ Pytest_python:
stage: python stage: python
script: script:
- cd $DAMASKROOT/python - cd $DAMASKROOT/python
- pytest - pytest --basetemp=/tmp/${CI_PIPELINE_ID}/python
except: except:
- master - master
- release - release
@ -194,7 +194,7 @@ grid_mech_compile_Intel:
- cp -r grid_mech_compile grid_mech_compile_Intel - cp -r grid_mech_compile grid_mech_compile_Intel
- grid_mech_compile_Intel/test.py - grid_mech_compile_Intel/test.py
- cd pytest - cd pytest
- pytest -k 'compile and grid' - pytest -k 'compile and grid' --basetemp=/tmp/${CI_PIPELINE_ID}/compile_grid_Intel
except: except:
- master - master
- release - release
@ -206,7 +206,7 @@ Compile_FEM_Intel:
- cp -r FEM_compile FEM_compile_Intel - cp -r FEM_compile FEM_compile_Intel
- FEM_compile_Intel/test.py - FEM_compile_Intel/test.py
- cd pytest - cd pytest
- pytest -k 'compile and mesh' - pytest -k 'compile and mesh' --basetemp=/tmp/${CI_PIPELINE_ID}/compile_mesh_Intel
except: except:
- master - master
- release - release
@ -218,7 +218,7 @@ grid_mech_compile_GNU:
- cp -r grid_mech_compile grid_mech_compile_GNU - cp -r grid_mech_compile grid_mech_compile_GNU
- grid_mech_compile_GNU/test.py - grid_mech_compile_GNU/test.py
- cd pytest - cd pytest
- pytest -k 'compile and grid' - pytest -k 'compile and grid' --basetemp=/tmp/${CI_PIPELINE_ID}/compile_grid_GNU
except: except:
- master - master
- release - release
@ -230,7 +230,7 @@ Compile_FEM_GNU:
- cp -r FEM_compile FEM_compile_GNU - cp -r FEM_compile FEM_compile_GNU
- FEM_compile_GNU/test.py - FEM_compile_GNU/test.py
- cd pytest - cd pytest
- pytest -k 'compile and mesh' - pytest -k 'compile and mesh' --basetemp=/tmp/${CI_PIPELINE_ID}/compile_mesh_GNU
except: except:
- master - master
- release - release
@ -252,7 +252,7 @@ Pytest_grid:
script: script:
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel - module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
- cd pytest - cd pytest
- pytest -m 'not compile' - pytest -m 'not compile' --basetemp=/tmp/${CI_PIPELINE_ID}/fortran
except: except:
- master - master
- release - release

View File

@ -1,14 +1,24 @@
---
step: step:
- mech: - mech:
dot_F: [1.0e-3,0,0, 0,x,0, 0,0,x] dot_F: [1.0e-3, 0, 0,
P: [ x,x,x, x,0,x, x,x,0] 0, x, 0,
0, 0, x]
P: [x, x, x,
x, 0, x,
x, x, 0]
discretization: discretization:
t: 10 t: 10
N: 40 N: 40
f_out: 4 f_out: 4
- mech: - mech:
dot_F: [1.0e-3,0,0, 0,x,0, 0,0,x] dot_F: [1.0e-3, 0, 0,
P: [ x,x,x, x,0,x, x,x,0] 0, x, 0,
0, 0, x]
P: [x, x, x,
x, 0, x,
x, x, 0]
discretization: discretization:
t: 60 t: 60
N: 60 N: 60