We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0961b9 commit 05358faCopy full SHA for 05358fa
.gitlab/run_tests.sh
@@ -37,7 +37,7 @@ then
37
fi
38
39
# ---- setup googletest ----
40
-DEPS_DIR="${CI_BUILD_DIR}/${basehost}_deps"
+DEPS_DIR="${CI_BUILDS_DIR}/${basehost}_deps"
41
echo $DEPS_DIR
42
if [[ ! -d "${DEPS_DIR}" ]]; then
43
mkdir ${DEPS_DIR} && cd ${DEPS_DIR}
@@ -59,7 +59,7 @@ pwd
59
cmake -DCMAKE_TOOLCHAIN_FILE=${toolchain_file} \
60
-DCMAKE_BUILD_TYPE=${build_type} \
61
-DMPIEXEC_EXECUTABLE=${mpiexec_executable} \
62
- -DMPIEXEC_PREFLAGS=${mpiexec_preflags} \
+ -DMPIEXEC_PREFLAGS="${mpiexec_preflags}" \
63
-DUSE_MFEM=${use_mfem} \
64
-DMFEM_USE_GSLIB=${use_gslib} \
65
-DENABLE_TESTS=ON \
0 commit comments