Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView-Superbuild
Commits
7197b9d1
Commit
7197b9d1
authored
Dec 15, 2017
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paraview: enable the mpi4py module if possible
parent
a268505e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
projects/paraview.cmake
projects/paraview.cmake
+3
-0
No files found.
CMakeLists.txt
View file @
7197b9d1
...
...
@@ -80,6 +80,7 @@ function (superbuild_find_projects var)
genericio
libxml2
mxml
pythonmpi4py
scipy
)
if
(
NOT APPLE
)
...
...
projects/paraview.cmake
View file @
7197b9d1
...
...
@@ -92,6 +92,8 @@ if (UNIX)
list
(
APPEND paraviews_platform_dependencies
adios ffmpeg libxml2 freetype
pythonmpi4py
# For cosmotools
genericio cosmotools
)
endif
()
...
...
@@ -134,6 +136,7 @@ superbuild_add_project(paraview
-DPARAVIEW_ENABLE_XDMF3:BOOL=
${
xdmf3_enabled
}
-DPARAVIEW_ENABLE_LAS:BOOL=
${
las_enabled
}
-DPARAVIEW_USE_MPI:BOOL=
${
mpi_enabled
}
-DModule_vtkParallelMPI4Py:BOOL=
${
pythonmpi4py_enabled
}
-DPARAVIEW_USE_OSPRAY:BOOL=
${
ospray_enabled
}
-DPARAVIEW_USE_VISITBRIDGE:BOOL=
${
visitbridge_enabled
}
-DVISIT_BUILD_READER_CGNS:BOOL=OFF
# force to off
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
91550eaa
·
Jan 11, 2018
mentioned in commit
91550eaa
mentioned in commit 91550eaada9f31ea5ffc3d942ff9965dec082943
Toggle commit list
Write
Preview
Markdown
is supported
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