Skip to content

Commit

Permalink
Copy and 🍝
Browse files Browse the repository at this point in the history
Co-authored-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
  • Loading branch information
ax3l and WeiqunZhang authored Sep 13, 2022
1 parent 4007aab commit 7119446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CMake/AMReXParallelBackends.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ if (AMReX_HIP)
if(DEFINED ENV{HIP_PATH})
set(HIP_PATH $ENV{HIP_PATH} CACHE PATH "Path to which HIP has been installed")
elseif(DEFINED ENV{ROCM_PATH})
set(HIP_PATH "$ENV{HIP_PATH}/hip" CACHE PATH "Path to which HIP has been installed")
set(HIP_PATH "$ENV{ROCM_PATH}/hip" CACHE PATH "Path to which HIP has been installed")
else()
set(HIP_PATH "/opt/rocm/hip" CACHE PATH "Path to which HIP has been installed")
endif()
Expand Down

0 comments on commit 7119446

Please sign in to comment.