-
- Downloads
Move vtkVPICReader into vtkIOVPIC module
The third party module vtkVPIC can be build with or without MPI. Rather than building a MPI and non MPI version we still need the ability to switch between the two implementations. This can use done by move the reader into a separate module and providing VTK_VPIC_USE_MPI. This break with rule of not having a module change it behaviour based on compile options but unless the third party library is refactored we will have to live with this. Change-Id: Ia949e1860272ad5ddb7b9b4cb9eb8d88305a5783
Showing
- IO/Parallel/CMakeLists.txt 0 additions, 1 deletionIO/Parallel/CMakeLists.txt
- IO/Parallel/module.cmake 0 additions, 1 deletionIO/Parallel/module.cmake
- IO/VPIC/CMakeLists.txt 10 additions, 0 deletionsIO/VPIC/CMakeLists.txt
- IO/VPIC/module.cmake 6 additions, 0 deletionsIO/VPIC/module.cmake
- IO/VPIC/vtkVPICReader.cxx 0 additions, 0 deletionsIO/VPIC/vtkVPICReader.cxx
- IO/VPIC/vtkVPICReader.h 0 additions, 2 deletionsIO/VPIC/vtkVPICReader.h
- ThirdParty/VPIC/CMakeLists.txt 10 additions, 4 deletionsThirdParty/VPIC/CMakeLists.txt
- ThirdParty/VPIC/GridExchange.cxx 1 addition, 1 deletionThirdParty/VPIC/GridExchange.cxx
- ThirdParty/VPIC/module.cmake 0 additions, 1 deletionThirdParty/VPIC/module.cmake
Loading
Please register or sign in to comment