We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45515d2 commit 832e99bCopy full SHA for 832e99b
scripts/gitlab/build-and-test.sh
@@ -210,19 +210,10 @@ then
210
then
211
module unload rocm
212
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
222
223
224
225
- fi
+ $cmake_exe \
+ -C ${hostconfig_path} \
+ -DCMAKE_INSTALL_PREFIX=${install_dir} \
+ ${project_dir}
226
if ! $cmake_exe --build . -j ${core_counts[$truehostname]}
227
228
echo "[Error]: Compilation failed, building with verbose output..."
0 commit comments