We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17ca4c commit 0f2fdb3Copy full SHA for 0f2fdb3
Plugins/CGNSReader/CMakeLists.txt
@@ -59,6 +59,10 @@ vtkCGNSReader.cxx
59
vtkCGNSReader.h
60
)
61
62
+if(PARAVIEW_USE_MPI)
63
+ include(vtkMPI)
64
+endif()
65
+
66
# ---------------------------------------------------------------------------
67
# Combined plugin
68
# -----------------------------------------------------------------------------
@@ -91,3 +95,7 @@ endif()
91
95
if (BUILD_TESTING)
92
96
add_subdirectory(Testing)
93
97
endif()
98
99
100
+ vtk_mpi_link(CGNSReader)
101
0 commit comments