diff --git a/bin/run_rocm_test.sh b/bin/run_rocm_test.sh index 814fb8c13e..9f464ab679 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 diff --git a/test/smoke/hipmalloc-omptarget-multifile/Makefile b/test/smoke/hipmalloc-omptarget-multifile/Makefile index f9f6343c80..30e8cbac18 100644 --- a/test/smoke/hipmalloc-omptarget-multifile/Makefile +++ b/test/smoke/hipmalloc-omptarget-multifile/Makefile @@ -14,6 +14,7 @@ else LLIB = -L$(AOMPHIP)/lib endif endif +RUNENV += LD_LIBRARY_PATH=$(AOMP)/lib:$(LD_LIBRARY_PATH) CLANG ?= clang++ -D__HIP_PLATFORM_AMD__=1 -I$(AOMPHIP)/include -fopenmp LINK_FLAGS = $(LLIB) -lamdhip64 $(RPTH) OMP_BIN = $(AOMP)/bin/$(CLANG) diff --git a/test/smoke/virtfunc1/Makefile b/test/smoke/virtfunc1/Makefile index ceacbf2cf3..730a8b0a6d 100644 --- a/test/smoke/virtfunc1/Makefile +++ b/test/smoke/virtfunc1/Makefile @@ -14,6 +14,7 @@ else LLIB = -L$(AOMPHIP)/lib endif endif +RUNENV += LD_LIBRARY_PATH=$(AOMP)/lib:$(LD_LIBRARY_PATH) CLANG ?= clang++ -D__HIP_PLATFORM_AMD__=1 $(LLIB) -lamdhip64 $(RPTH) -I$(AOMPHIP)/include OMP_BIN = $(AOMP)/bin/$(CLANG) CC = $(OMP_BIN) $(VERBOSE)