Skip to content

Commit

Permalink
Update the bpWriterReadHip example's cmake to run on crusher
Browse files Browse the repository at this point in the history
  • Loading branch information
spyridon97 committed Oct 20, 2023
1 parent e98f442 commit 5315ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello/bpWriteReadHip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif()

if(ADIOS2_HAVE_Kokkos_HIP OR hip_FOUND)
add_executable(adios2_hello_bpWriteReadHip bpWriteReadHip.cpp)
target_link_libraries(adios2_hello_bpWriteReadHip adios2::cxx11 hip::runtime)
target_link_libraries(adios2_hello_bpWriteReadHip adios2::cxx11 hip::device)
set_target_properties(adios2_hello_bpWriteReadHip PROPERTIES LANGUAGE "HIP")
install(TARGETS adios2_hello_bpWriteReadHip RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()

0 comments on commit 5315ead

Please sign in to comment.