Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Spiros Tsalikis
VTK
Commits
39c29c79
Commit
39c29c79
authored
7 years ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
mpi: add a module for MPI support
parent
b9d129c6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Utilities/MPI/CMakeLists.txt
+7
-0
7 additions, 0 deletions
Utilities/MPI/CMakeLists.txt
Utilities/MPI/vtk.module
+5
-0
5 additions, 0 deletions
Utilities/MPI/vtk.module
with
12 additions
and
0 deletions
Utilities/MPI/CMakeLists.txt
0 → 100644
+
7
−
0
View file @
39c29c79
vtk_module_third_party_external
(
PACKAGE MPI
COMPONENTS C
TARGETS MPI::MPI_C
INCLUDE_DIRS MPI_C_INCLUDE_DIRS MPI_C_INCLUDE_PATH
LIBRARIES MPI_C_LIBRARIES
DEFINITIONS MPI_C_COMPILE_DEFINITIONS
)
This diff is collapsed.
Click to expand it.
Utilities/MPI/vtk.module
0 → 100644
+
5
−
0
View file @
39c29c79
NAME
VTK
::
mpi
LIBRARY_NAME
vtkmpi
THIRD_PARTY
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