We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51da623 commit ca43943Copy full SHA for ca43943
Tools/Plotfile/CMakeLists.txt
@@ -26,6 +26,8 @@ foreach( _exe IN LISTS _exe_names)
26
target_link_libraries(${_exe} PRIVATE amrex)
27
if (AMReX_CUDA)
28
set_source_files_properties(${_exe}.cpp PROPERTIES LANGUAGE CUDA)
29
+ set_cuda_architectures(AMReX_CUDA_ARCH)
30
+ set_target_properties(${_exe} PROPERTIES CUDA_ARCHITECTURES "${AMREX_CUDA_ARCHS}")
31
endif()
32
33
# Add prefix to each tool's name to make them unique when installed.
0 commit comments