Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Behzad Safaei
waLBerla
Commits
5ee0a3a0
Commit
5ee0a3a0
authored
6 months ago
by
Samuel Kemmler
Browse files
Options
Downloads
Patches
Plain Diff
Reorder CMakeLists.txt
parent
6b6e5745
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lbm_mesapd_coupling/partially_saturated_cells_method/codegen/CMakeLists.txt
+12
-12
12 additions, 12 deletions
...g/partially_saturated_cells_method/codegen/CMakeLists.txt
with
12 additions
and
12 deletions
src/lbm_mesapd_coupling/partially_saturated_cells_method/codegen/CMakeLists.txt
+
12
−
12
View file @
5ee0a3a0
...
...
@@ -20,16 +20,16 @@ if (WALBERLA_BUILD_WITH_CODEGEN)
add_dependencies
(
PSMCodegenPython_
${
config
}
MAX_PARTICLES_PER_CELL
)
endforeach
()
endforeach
()
if
(
WALBERLA_BUILD_WITH_GPU_SUPPORT
AND
(
CMAKE_CUDA_ARCHITECTURES GREATER_EQUAL 60 OR WALBERLA_BUILD_WITH_HIP
)
)
target_sources
(
lbm_mesapd_coupling
PRIVATE
ParticleAndVolumeFractionMappingGPU.h
ParticleAndVolumeFractionMapping
Kernels.
${
CODEGEN_FILE_SUFFIX
}
ParticleAndVolumeFractionMappingKernels.
h
PSMUtilityGPU
.h
PSMWrapperKernels.
${
CODEGEN_FILE_SUFFIX
}
PSMWrapperKernels.
h
PSMWrapper
SweepsGPU
.h
)
endif
(
)
endif
(
)
if
(
WALBERLA_BUILD_WITH_GPU_SUPPORT
AND
(
CMAKE_CUDA_ARCHITECTURES GREATER_EQUAL 60 OR WALBERLA_BUILD_WITH_HIP
))
target_sources
(
lbm_mesapd_coupling
PRIVATE
ParticleAndVolumeFractionMapping
GPU.h
ParticleAndVolumeFractionMappingKernels.
${
CODEGEN_FILE_SUFFIX
}
ParticleAndVolumeFractionMappingKernels
.h
PSMUtilityGPU.h
PSMWrapperKernels.
${
CODEGEN_FILE_SUFFIX
}
PSMWrapper
Kernels
.h
PSMWrapperSweepsGPU.h
)
endif
()
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