Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_devices
Commits
2c503c0e
Commit
2c503c0e
authored
Feb 28, 2021
by
incardon
Browse files
Fixing COMPONENT
parent
6480d40c
Pipeline
#2810
passed with stages
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
2c503c0e
...
...
@@ -98,7 +98,8 @@ if (CUDA_FOUND AND NOT CUDA_ON_CPU)
endif
()
install
(
TARGETS ofpmmemory ofpmmemory_dl
${
ADDITIONAL_OPENFPM_LIBS
}
DESTINATION openfpm_devices/lib
)
DESTINATION openfpm_devices/lib
COMPONENT OpenFPM
)
install
(
FILES memory/ExtPreAlloc.hpp
memory/BHeapMemory.hpp
...
...
@@ -107,7 +108,8 @@ install(FILES memory/ExtPreAlloc.hpp
memory/PtrMemory.hpp
memory/CudaMemory.cuh
util/util_unit_tests.hpp
DESTINATION openfpm_devices/include/memory
)
DESTINATION openfpm_devices/include/memory
COMPONENT OpenFPM
)
install
(
FILES memory/ExtPreAlloc.hpp
memory/BHeapMemory.hpp
...
...
@@ -116,23 +118,27 @@ install(FILES memory/ExtPreAlloc.hpp
memory/PtrMemory.hpp
memory/CudaMemory.cuh
memory/mem_conf.hpp
DESTINATION openfpm_devices/include/memory
)
DESTINATION openfpm_devices/include/memory
COMPONENT OpenFPM
)
install
(
FILES util/print_stack.hpp
util/cuda_launch.hpp
util/se_util.hpp
util/cuda_util.hpp
util/cuda_kernel_error_checker.hpp
DESTINATION openfpm_devices/include/util
)
DESTINATION openfpm_devices/include/util
COMPONENT OpenFPM
)
install
(
FILES util/cudify/cudify_alpaka.hpp
util/cudify/cudify_hardware_alpaka.hpp
util/cudify/cudify_hardware_common.hpp
util/cudify/cudify_sequencial.hpp
util/cudify/cudify.hpp
DESTINATION openfpm_devices/include/util/cudify
)
DESTINATION openfpm_devices/include/util/cudify
COMPONENT OpenFPM
)
install
(
FILES ptr_info.hpp
DESTINATION openfpm_devices/include
)
DESTINATION openfpm_devices/include
COMPONENT OpenFPM
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment