diff --git a/bin/run_rocm_test.sh b/bin/run_rocm_test.sh index 814fb8c13..9f464ab67 100755 --- a/bin/run_rocm_test.sh +++ b/bin/run_rocm_test.sh @@ -59,10 +59,10 @@ else SUITE_LIST=${SUITE_LIST:-"examples smoke-limbo smoke-dev smoke-fort-dev smoke smoke-asan smoke-fort smoke-fort-limbo omp5 openmpapps LLNL nekbone ovo babelstream fortran-babelstream accel2023 hpc2021"} fi -blockinglist="examples smoke smoke-limbo openmpapps sollve45 sollve50 sollve51 sollve52 babelstream ovo hpc2021 nekbone smoke-fort smoke-fort-limbo" +blockinglist="examples smoke smoke-limbo openmpapps sollve45 sollve50 sollve51 sollve52 babelstream ovo hpc2021 nekbone smoke-fort" EPSDB_LIST=${EPSDB_LIST:-"examples smoke-limbo smoke-dev smoke smoke-asan omp5 openmpapps LLNL nekbone ovo babelstream fortran-babelstream accel2023 hpc2021 smoke-fort smoke-fort-limbo smoke-fort-dev"} -THEROCK_LIST=${THEROCK_LIST:-"smoke smoke-fort nekbone babelstream fortran-babelstream accel2023 hpc2021"} +THEROCK_LIST=${THEROCK_LIST:-"smoke smoke-fort smoke-fort-limbo nekbone babelstream fortran-babelstream accel2023 hpc2021"} export AOMP_USE_CCACHE=0