Skip to content

Commit 832e99b

Browse files
committed
Turn on MPI tests on lassen and tioga
1 parent 45515d2 commit 832e99b

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

scripts/gitlab/build-and-test.sh

+4-13
Original file line numberDiff line numberDiff line change
@@ -210,19 +210,10 @@ then
210210
then
211211
module unload rocm
212212
fi
213-
if [[ "${truehostname}" == "lassen" || "${truehostname}" == "tioga" ]]
214-
then
215-
$cmake_exe \
216-
-C ${hostconfig_path} \
217-
-DCMAKE_INSTALL_PREFIX=${install_dir} \
218-
-DRUN_MPI_TESTS=Off \
219-
${project_dir}
220-
else
221-
$cmake_exe \
222-
-C ${hostconfig_path} \
223-
-DCMAKE_INSTALL_PREFIX=${install_dir} \
224-
${project_dir}
225-
fi
213+
$cmake_exe \
214+
-C ${hostconfig_path} \
215+
-DCMAKE_INSTALL_PREFIX=${install_dir} \
216+
${project_dir}
226217
if ! $cmake_exe --build . -j ${core_counts[$truehostname]}
227218
then
228219
echo "[Error]: Compilation failed, building with verbose output..."

0 commit comments

Comments
 (0)