Skip to content

Commit 37a9a4b

Browse files
committed
Do not unload rocm module
1 parent 06c3bfb commit 37a9a4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/gitlab/build-and-test.sh

-4
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ then
206206
mkdir -p ${build_dir} && cd ${build_dir}
207207

208208
timed_message "Building Caliper"
209-
if [[ "${truehostname}" == "corona" || "${truehostname}" == "tioga" ]]
210-
then
211-
module unload rocm
212-
fi
213209
if [[ "${truehostname}" == "lassen" || "${truehostname}" == "tioga" ]]
214210
then
215211
$cmake_exe \

0 commit comments

Comments
 (0)