Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
6f51ad43
Commit
6f51ad43
authored
3 years ago
by
GITLAB-RUNNER03\runner
Browse files
Options
Downloads
Patches
Plain Diff
Add CUDA to unittest.
parent
7ef5111d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!34
Add new library, which contains the calculation of the macroscopic quantities and a general cumulant computation. (Closes #13)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gpu/VirtualFluids_GPU/CMakeLists.txt
+3
-2
3 additions, 2 deletions
src/gpu/VirtualFluids_GPU/CMakeLists.txt
with
3 additions
and
2 deletions
src/gpu/VirtualFluids_GPU/CMakeLists.txt
+
3
−
2
View file @
6f51ad43
...
...
@@ -5,7 +5,7 @@ if(MSVC)
set
(
additional_libraries ws2_32 Traffic
)
# ws_32 throws an error on Phoenix
endif
()
vf_add_library
(
PUBLIC_LINK basics PRIVATE_LINK
${
additional_libraries
}
GridGenerator MPI::MPI_CXX
lbmCuda
)
vf_add_library
(
PUBLIC_LINK basics
lbmCuda
PRIVATE_LINK
${
additional_libraries
}
GridGenerator MPI::MPI_CXX
)
#SET(TPN_WIN32 "/EHsc")
...
...
@@ -16,4 +16,5 @@ set_target_properties(VirtualFluids_GPU PROPERTIES CUDA_SEPARABLE_COMPILATION ON
vf_add_tests
()
set_target_properties
(
VirtualFluids_GPUTests PROPERTIES CUDA_SEPARABLE_COMPILATION ON
)
\ No newline at end of file
set_target_properties
(
VirtualFluids_GPUTests PROPERTIES CUDA_SEPARABLE_COMPILATION ON
)
set_source_files_properties
(
Kernel/Utilities/DistributionHelperTests.cpp PROPERTIES LANGUAGE CUDA
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment