Skip to content
Snippets Groups Projects

Clean Up CMake Files.

Merged Sören Peters requested to merge soe.peters/VirtualFluids:feature/gpu_cmake into develop

Main change: The functions linkCuda(), linkMPI() and linkOpenMP are deleted. Instead of manually calling linkCuda(), CUDA just needs to passed to the PROJECT() command of each target. Instead of linkMPI() and linkOpenMP() the libraries need to be passed to the PUBLIC_LINk or PRIVATE_LINK parameter.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading