Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
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
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Commits
00c8e7b6
Commit
00c8e7b6
authored
Nov 15, 2019
by
Stephan Schulz
Browse files
Options
Downloads
Patches
Plain Diff
enable CMAKE_ALL_USE_F08
parent
3a2b9c9f
No related branches found
No related tags found
1 merge request
!8
Refactor
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-0
5 additions, 0 deletions
CMakeLists.txt
with
5 additions
and
0 deletions
CMakeLists.txt
+
5
−
0
View file @
00c8e7b6
...
@@ -4,6 +4,7 @@ option(CM_ALL_VTK_OUTPUT "VTK output routine" OFF)
...
@@ -4,6 +4,7 @@ option(CM_ALL_VTK_OUTPUT "VTK output routine" OFF)
option
(
CM_ALL_VORONOI
"Voronoi-based loadbalancing scheme (requires Voro++)"
OFF
)
option
(
CM_ALL_VORONOI
"Voronoi-based loadbalancing scheme (requires Voro++)"
OFF
)
option
(
CM_ALL_FORTRAN
"VTK output routine"
OFF
)
option
(
CM_ALL_FORTRAN
"VTK output routine"
OFF
)
option
(
CM_ALL_DEBUG
"Enable debug information"
OFF
)
option
(
CM_ALL_DEBUG
"Enable debug information"
OFF
)
option
(
CM_ALL_USE_F08
"Use some Fortran 2008 features (mpi_f08)"
OFF
)
# leading and trailing whitespace should be silently ignored
# leading and trailing whitespace should be silently ignored
# thanks to an old FindMPI script
# thanks to an old FindMPI script
...
@@ -35,6 +36,10 @@ if (CM_ALL_DEBUG)
...
@@ -35,6 +36,10 @@ if (CM_ALL_DEBUG)
add_compile_options
(
"-DALL_DEBUG_ENABLED"
)
add_compile_options
(
"-DALL_DEBUG_ENABLED"
)
endif
(
CM_ALL_DEBUG
)
endif
(
CM_ALL_DEBUG
)
if
(
CM_ALL_USE_F08
)
add_compile_options
(
"-DALL_USE_F08"
)
endif
(
CM_ALL_USE_F08
)
if
(
CM_ALL_VORONOI
)
if
(
CM_ALL_VORONOI
)
message
(
STATUS
"compiling voro++ version in contrib/voro++"
)
message
(
STATUS
"compiling voro++ version in contrib/voro++"
)
add_subdirectory
(
contrib/voro++
)
add_subdirectory
(
contrib/voro++
)
...
...
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