Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
8df340fe
Commit
8df340fe
authored
Sep 28, 2018
by
Ben Boeckel
Browse files
paraview: enable mpi4py if MPI and Python are available
Fixes #87
parent
6cc85b76
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/paraview.cmake
View file @
8df340fe
...
@@ -26,6 +26,11 @@ if (osmesa_enabled OR egl_enabled)
...
@@ -26,6 +26,11 @@ if (osmesa_enabled OR egl_enabled)
set
(
paraview_visit_gmv OFF
)
set
(
paraview_visit_gmv OFF
)
endif
()
endif
()
set
(
paraview_mpi4py OFF
)
if
(
python_enabled AND mpi_enabled
)
set
(
paraview_mpi4py ON
)
endif
()
option
(
PARAVIEW_BUILD_WEB_DOCUMENTATION
"Build documentation for the web"
OFF
)
option
(
PARAVIEW_BUILD_WEB_DOCUMENTATION
"Build documentation for the web"
OFF
)
set
(
paraview_all_plugins
set
(
paraview_all_plugins
...
@@ -176,6 +181,7 @@ superbuild_add_project(paraview
...
@@ -176,6 +181,7 @@ superbuild_add_project(paraview
-DVTK_USE_SYSTEM_ZLIB:BOOL=
${
zlib_enabled
}
-DVTK_USE_SYSTEM_ZLIB:BOOL=
${
zlib_enabled
}
-DVTK_USE_SYSTEM_EXPAT:BOOL=
${
expat_enabled
}
-DVTK_USE_SYSTEM_EXPAT:BOOL=
${
expat_enabled
}
-DModule_vtkIOADIOS:BOOL=
${
adios_enabled
}
-DModule_vtkIOADIOS:BOOL=
${
adios_enabled
}
-DModule_vtkmpi4py:BOOL=
${
paraview_mpi4py
}
-DVTK_SMP_IMPLEMENTATION_TYPE:STRING=
${
paraview_smp_backend
}
-DVTK_SMP_IMPLEMENTATION_TYPE:STRING=
${
paraview_smp_backend
}
-DVTK_LEGACY_REMOVE:BOOL=ON
-DVTK_LEGACY_REMOVE:BOOL=ON
-DVTK_DEFAULT_RENDER_WINDOW_OFFSCREEN:BOOL=
${
osmesa_enabled
}
-DVTK_DEFAULT_RENDER_WINDOW_OFFSCREEN:BOOL=
${
osmesa_enabled
}
...
...
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