fix Marc and split for higher speedup
This commit is contained in:
parent
eda6a401ba
commit
49a1cd6850
|
@ -135,15 +135,23 @@ compile_Marc:
|
||||||
- cd $(mktemp -d)
|
- cd $(mktemp -d)
|
||||||
- cp ${CI_PROJECT_DIR}/examples/Marc/* .
|
- cp ${CI_PROJECT_DIR}/examples/Marc/* .
|
||||||
- python3 -c "import damask;damask.solver.Marc().submit_job('r-value','texture',True,'h')"
|
- python3 -c "import damask;damask.solver.Marc().submit_job('r-value','texture',True,'h')"
|
||||||
|
- mkdir ${TESTROOT}/src
|
||||||
|
- mv ${CI_PROJECT_DIR}/src/DAMASK_Marc.marc
|
||||||
|
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
core:
|
open-source:
|
||||||
stage: fortran
|
stage: fortran
|
||||||
script:
|
script:
|
||||||
- module load ${COMPILER_INTEL} ${MPI_INTEL} ${PETSC_INTEL}
|
- module load ${COMPILER_INTEL} ${MPI_INTEL} ${PETSC_INTEL}
|
||||||
- cd PRIVATE/testing/pytest
|
- cd PRIVATE/testing/pytest
|
||||||
- pytest -k 'not compile' --basetemp ${TESTROOT}/fortran -v
|
- pytest -k 'not compile and not Marc' --basetemp ${TESTROOT}/fortran -v
|
||||||
|
|
||||||
|
Marc:
|
||||||
|
stage: fortran
|
||||||
|
script:
|
||||||
|
- cd PRIVATE/testing/pytest
|
||||||
|
- pytest -k 'not compile and Marc' --damask-root ${TESTROOT} --basetemp ${TESTROOT}/fortran -v
|
||||||
|
|
||||||
# Needs closer look
|
# Needs closer look
|
||||||
# Phenopowerlaw_singleSlip:
|
# Phenopowerlaw_singleSlip:
|
||||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit f730bcb8ddd7224011e70c57d0a5c03068532d2d
|
Subproject commit 6b7dfd6e618cccba87ef6640dfd1f8556d235c23
|
Loading…
Reference in New Issue