-
- Downloads
Added simpler Gather(vtkDataObject*) method.
vtkCommunicator::GatherV() required the destination process to know what data types to expect. This was unnecessary. There's enough information in the marshalled data object received from the sender side to deduce that. Adding new vtkCommunicator::Gather() and vtkMultiProcessController::Gather() methods that provide a simpler interface. Updating GenericCommunicator test to test for the new API.
Showing
- Parallel/Core/vtkCommunicator.cxx 75 additions, 24 deletionsParallel/Core/vtkCommunicator.cxx
- Parallel/Core/vtkCommunicator.h 24 additions, 1 deletionParallel/Core/vtkCommunicator.h
- Parallel/Core/vtkMultiProcessController.h 18 additions, 0 deletionsParallel/Core/vtkMultiProcessController.h
- Parallel/MPI/Testing/Cxx/GenericCommunicator.cxx 57 additions, 4 deletionsParallel/MPI/Testing/Cxx/GenericCommunicator.cxx
Loading
Please register or sign in to comment