File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 99set -e
1010set -x
1111
12- module load rocm/5.5 .1
12+ module load rocm/6.3 .1
1313module load cmake
1414
1515# ####### User Configurations ########
1616# Source directory
1717mgard_x_src_dir=.
1818# Build directory
19- build_dir=./build-hip-crusher
19+ build_dir=./build-hip-frontier-adios2
2020# Number of processors used for building
2121num_build_procs=$1
2222# Installtaion directory
23- install_dir=./install-hip-crusher
23+ install_dir=./install-hip-frontier-adios2
2424
2525export LD_LIBRARY_PATH=$( pwd) /${install_dir} /lib:$LD_LIBRARY_PATH
2626export LD_LIBRARY_PATH=$( pwd) /${install_dir} /lib64:$LD_LIBRARY_PATH
Original file line number Diff line number Diff line change 99set -e
1010set -x
1111
12- module load rocm/5.5 .1
12+ module load rocm/6.3 .1
1313module load cmake
1414
1515# ####### User Configurations ########
Original file line number Diff line number Diff line change @@ -23,6 +23,21 @@ if(@CUDAToolkit_FOUND@)
2323 list (APPEND REQUIRED_VARS CUDAToolkit_FOUND)
2424endif ()
2525
26+ if (@HIP_FOUND@)
27+ find_dependency(HIP)
28+ list (APPEND REQUIRED_VARS HIP_FOUND)
29+ endif ()
30+
31+ if (@rocprim_FOUND@)
32+ find_dependency(rocprim)
33+ list (APPEND REQUIRED_VARS rocprim_FOUND)
34+ endif ()
35+
36+ if (@hipcub_FOUND@)
37+ find_dependency(hipcub)
38+ list (APPEND REQUIRED_VARS hipcub_FOUND)
39+ endif ()
40+
2641if (@MOAB_FOUND@)
2742 find_dependency(MOAB)
2843 list (APPEND REQUIRED_VARS MOAB_FOUND)
You can’t perform that action at this time.
0 commit comments