Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
1645b322
Commit
1645b322
authored
May 08, 2012
by
Chris Harris
Browse files
Change VTK_USE_MPI to PARAVIEW_USE_MPI
VTK_USE_MPI is no longer set in VTK modular
parent
608db1f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
libsrc/CMakeLists.txt
View file @
1645b322
...
...
@@ -269,10 +269,10 @@ IF(XDMF_REGENERATE_YACCLEX)
ENDIF
(
XDMF_REGENERATE_YACCLEX
)
IF
(
VTK
_USE_MPI
)
IF
(
PARAVIEW
_USE_MPI
)
# Needed for mpich 2
ADD_DEFINITIONS
(
"-DMPICH_IGNORE_CXX_SEEK"
)
ENDIF
(
VTK
_USE_MPI
)
ENDIF
(
PARAVIEW
_USE_MPI
)
INCLUDE
(
${
CMAKE_ROOT
}
/Modules/CheckTypeSize.cmake
)
IF
(
WIN32
)
...
...
vtk/CMakeLists.txt
View file @
1645b322
...
...
@@ -118,10 +118,10 @@ IF (VTK_FOUND)
target_link_libraries
(
vtkXdmf
${
_xdmf_link_lib
}
)
IF
(
VTK
_USE_MPI
)
IF
(
PARAVIEW
_USE_MPI
)
# Needed for mpich 2
ADD_DEFINITIONS
(
"-DMPICH_IGNORE_CXX_SEEK"
)
ENDIF
(
VTK
_USE_MPI
)
ENDIF
(
PARAVIEW
_USE_MPI
)
IF
(
XDMF_BUILD_MPI
)
# Building MPI
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment