Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
58f6a28e
Commit
58f6a28e
authored
Jul 09, 2016
by
Dave Moxey
Browse files
Disable benchmarker for non-MPI compilation
parent
52064bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/Demos/LibUtilities/CMakeLists.txt
View file @
58f6a28e
...
@@ -61,5 +61,7 @@ TARGET_LINK_LIBRARIES(NodalTetElecDemo LibUtilities)
...
@@ -61,5 +61,7 @@ TARGET_LINK_LIBRARIES(NodalTetElecDemo LibUtilities)
ADD_NEKTAR_EXECUTABLE
(
TimeIntegrationDemo demos TimeIntegrationDemoSources
)
ADD_NEKTAR_EXECUTABLE
(
TimeIntegrationDemo demos TimeIntegrationDemoSources
)
TARGET_LINK_LIBRARIES
(
TimeIntegrationDemo LibUtilities
)
TARGET_LINK_LIBRARIES
(
TimeIntegrationDemo LibUtilities
)
ADD_NEKTAR_EXECUTABLE
(
FieldIOBenchmarker demos FieldIOBenchmarkerSources
)
IF
(
NEKTAR_USE_MPI
)
TARGET_LINK_LIBRARIES
(
FieldIOBenchmarker LibUtilities
)
ADD_NEKTAR_EXECUTABLE
(
FieldIOBenchmarker demos FieldIOBenchmarkerSources
)
TARGET_LINK_LIBRARIES
(
FieldIOBenchmarker LibUtilities
)
ENDIF
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment