command was broken

This commit is contained in:
Martin Diehl 2020-11-24 18:51:19 +01:00
parent e761f58d5f
commit 807b7468a0
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ setup_mesh:
stage: compile
script:
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
- Bcd ${BUILD_DIR}UILD_DIR=$(mktemp -d)
- BUILD_DIR=$(mktemp -d)
- cd ${BUILD_DIR}
- cmake -DDAMASK_SOLVER=MESH -DCMAKE_INSTALL_PREFIX=${DAMASKROOT} ${DAMASKROOT}
- make -j2 all install