fixed wrong solver object name

This commit is contained in:
Philip Eisenlohr 2021-11-15 18:10:37 +00:00 committed by Martin Diehl
parent abec62c027
commit eda6a401ba
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@ compile_Marc:
- module load $IntelMarc $HDF5Marc $MSC
- cd $(mktemp -d)
- cp ${CI_PROJECT_DIR}/examples/Marc/* .
- python3 -c "import damask;s=damask.solver.Marc();r.submit_job('r-value','texture',True,'h')"
- make -j2 all install
- python3 -c "import damask;damask.solver.Marc().submit_job('r-value','texture',True,'h')"
###################################################################################################