Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymatlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Rahil Doshi
pymatlib
Commits
a68a0ae3
Commit
a68a0ae3
authored
4 months ago
by
Rahil Doshi
Browse files
Options
Downloads
Patches
Plain Diff
Modify CMakeLists.txt for apps directory
parent
3a73cd1c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/CMakeLists.txt
+3
-21
3 additions, 21 deletions
apps/CMakeLists.txt
with
3 additions
and
21 deletions
apps/CMakeLists.txt
+
3
−
21
View file @
a68a0ae3
cmake_minimum_required
(
VERSION 3.24
)
add_subdirectory
(
walberla
)
add_subdirectory
(
sfg-walberla
)
project
(
test_pymatlib
)
# waLBerla Options
SET
(
WALBERLA_BUILD_TESTS OFF
)
SET
(
WALBERLA_BUILD_BENCHMARKS OFF
)
SET
(
WALBERLA_BUILD_TOOLS OFF
)
SET
(
WALBERLA_BUILD_TUTORIALS OFF
)
SET
(
WALBERLA_BUILD_SHOWCASES OFF
)
SET
(
WALBERLA_BUILD_DOC OFF
)
SET
(
WALBERLA_BUILD_WITH_PYTHON OFF
)
SET
(
WALBERLA_BUILD_WITH_CODEGEN OFF
)
SET
(
WALBERLA_BUILD_WITH_OPENMP ON
)
SET
(
WALBERLA_BUILD_WITH_MPI OFF
)
add_subdirectory
(
walberla
)
add_subdirectory
(
sfg-walberla
)
walberla_add_executable
(
NAME HeatEquationWithMaterial
walberla_add_executable
(
NAME HeatEquationWithMaterial
FILES CodegenHeatEquationWithMaterial.cpp
FILES CodegenHeatEquationWithMaterial.cpp
...
@@ -27,4 +9,4 @@ pystencilssfg_generate_target_sources( HeatEquationWithMaterial
...
@@ -27,4 +9,4 @@ pystencilssfg_generate_target_sources( HeatEquationWithMaterial
SCRIPTS HeatEquationKernelWithMaterial.py
SCRIPTS HeatEquationKernelWithMaterial.py
FILE_EXTENSIONS .cpp .h
FILE_EXTENSIONS .cpp .h
OUTPUT_MODE standalone
OUTPUT_MODE standalone
)
)
\ No newline at end of file
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