Rewrite the force calculations to fix memory issues
This commit is contained in:
parent
2d948a7e76
commit
ac44ceaab1
4 changed files with 79 additions and 64 deletions
|
@ -5,11 +5,10 @@ set(HEADER_FILES
|
|||
forces.cuh
|
||||
)
|
||||
set(SOURCE_FILES
|
||||
forces.cu
|
||||
)
|
||||
|
||||
# The library contains header and source files.
|
||||
add_library(${NAME}_cuda_lib STATIC
|
||||
add_library(${NAME}_cuda_lib INTERFACE
|
||||
${SOURCE_FILES}
|
||||
${HEADER_FILES}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue