build to new bin location

This commit is contained in:
Martin Diehl 2021-11-13 11:50:05 +01:00
parent 2682a26497
commit 45af45615a
2 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ setup_grid:
script:
- module load $IntelCompiler $MPI_Intel $PETSc_Intel
- cd $(mktemp -d)
- cmake -DDAMASK_SOLVER=GRID -DCMAKE_INSTALL_PREFIX=${DAMASKROOT} ${DAMASKROOT}
- cmake -DDAMASK_SOLVER=GRID -DCMAKE_INSTALL_PREFIX=${LOCAL_HOME}/GitLabCI_Pipeline_${CI_PIPELINE_ID} ${DAMASKROOT}
- make -j2 all install
setup_mesh:
@ -137,7 +137,7 @@ setup_mesh:
script:
- module load $IntelCompiler $MPI_Intel $PETSc_Intel
- cd $(mktemp -d)
- cmake -DDAMASK_SOLVER=MESH -DCMAKE_INSTALL_PREFIX=${DAMASKROOT} ${DAMASKROOT}
- cmake -DDAMASK_SOLVER=MESH -DCMAKE_INSTALL_PREFIX=${LOCAL_HOME}/GitLabCI_Pipeline_${CI_PIPELINE_ID} ${DAMASKROOT}
- make -j2 all install

@ -1 +1 @@
Subproject commit f2a1c70879a892fa3b139e14a2eef199bcde5abf
Subproject commit f730bcb8ddd7224011e70c57d0a5c03068532d2d