command was broken
This commit is contained in:
parent
e761f58d5f
commit
807b7468a0
|
@ -244,7 +244,7 @@ setup_mesh:
|
||||||
stage: compile
|
stage: compile
|
||||||
script:
|
script:
|
||||||
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
||||||
- Bcd ${BUILD_DIR}UILD_DIR=$(mktemp -d)
|
- BUILD_DIR=$(mktemp -d)
|
||||||
- cd ${BUILD_DIR}
|
- cd ${BUILD_DIR}
|
||||||
- cmake -DDAMASK_SOLVER=MESH -DCMAKE_INSTALL_PREFIX=${DAMASKROOT} ${DAMASKROOT}
|
- cmake -DDAMASK_SOLVER=MESH -DCMAKE_INSTALL_PREFIX=${DAMASKROOT} ${DAMASKROOT}
|
||||||
- make -j2 all install
|
- make -j2 all install
|
||||||
|
|
Loading…
Reference in New Issue