Skip to content
Snippets Groups Projects
Commit df694b2b authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'nompi'


e6b4879a Make Filters/ParallelDIY2 module MPI independent
63bfcb2b Make Filters/ParallelVerdict module MPI independent
6c66636e Make IO/ParallelLSDyna module MPI independent
f55be4ed Make Filters/ParallelStatistics module MPI independent

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
Merge-request: !10685
parents 5c69fee5 e6b4879a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ PRIVATE_DEPENDS
TEST_DEPENDS
VTK::diy2
VTK::FiltersGeometry
VTK::FiltersParallelMPI
VTK::ImagingCore
VTK::InteractionStyle
VTK::IOXML
......
vtk_add_test_mpi(vtkFiltersParallelStatisticsCxxTests-MPI tests
TestPDescriptiveStatistics.cxx
TestPCorrelativeStatistics.cxx
TestRandomPContingencyStatisticsMPI.cxx
TestRandomPKMeansStatisticsMPI.cxx
TestRandomPMomentStatisticsMPI.cxx
TestRandomPOrderStatisticsMPI.cxx
)
vtk_test_cxx_executable(vtkFiltersParallelStatisticsCxxTests-MPI tests)
if(TARGET VTK::ParallelMPI)
vtk_add_test_mpi(vtkFiltersParallelStatisticsCxxTests-MPI tests
TestPDescriptiveStatistics.cxx
TestPCorrelativeStatistics.cxx
TestRandomPContingencyStatisticsMPI.cxx
TestRandomPKMeansStatisticsMPI.cxx
TestRandomPMomentStatisticsMPI.cxx
TestRandomPOrderStatisticsMPI.cxx
)
vtk_test_cxx_executable(vtkFiltersParallelStatisticsCxxTests-MPI tests)
endif()
......@@ -24,5 +24,6 @@ PRIVATE_DEPENDS
VTK::ParallelCore
TEST_DEPENDS
VTK::CommonSystem
VTK::ParallelMPI
VTK::TestingCore
TEST_OPTIONAL_DEPENDS
VTK::ParallelMPI
vtk_module_test_data(
Data/uGridEx.vtk)
if(TARGET VTK::ParallelMPI)
vtk_module_test_data(
Data/uGridEx.vtk)
add_subdirectory(Cxx)
add_subdirectory(Cxx)
endif()
......@@ -15,5 +15,6 @@ DEPENDS
VTK::ParallelCore
TEST_DEPENDS
VTK::IOLegacy
VTK::ParallelMPI
VTK::TestingCore
TEST_OPTIONAL_DEPENDS
VTK::ParallelMPI
set(PLSDynaReader_NUMPROCS 2)
vtk_add_test_mpi(vtkIOParallelLSDynaCxxTests-MPI tests
TESTING_DATA
PLSDynaReader.cxx
)
vtk_test_cxx_executable(vtkIOParallelLSDynaCxxTests-MPI tests)
if(TARGET VTK::ParallelMPI)
set(PLSDynaReader_NUMPROCS 2)
vtk_add_test_mpi(vtkIOParallelLSDynaCxxTests-MPI tests
TESTING_DATA
PLSDynaReader.cxx
)
vtk_test_cxx_executable(vtkIOParallelLSDynaCxxTests-MPI tests)
endif ()
......@@ -25,7 +25,8 @@ PRIVATE_DEPENDS
TEST_DEPENDS
VTK::FiltersGeometry
VTK::InteractionStyle
VTK::ParallelMPI
VTK::RenderingOpenGL2
VTK::RenderingParallel
VTK::TestingRendering
TEST_OPTIONAL_DEPENDS
VTK::ParallelMPI
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment