- Jul 18, 2015
-
-
Utkarsh Ayachit authored
Ensure we check status for all collective calls correctly.
-
Utkarsh Ayachit authored
Copy/paste error!
-
Utkarsh Ayachit authored
vtkMultiBlockPLOT3DReader now handles reading large files on Win64 machines. We need to use 64-bit API on Windows since sizeof(long) is 4 bytes on Windows.
-
Berk Geveci authored
If an algorithm produces more ghost levels than asked for, it should be able to set DATA_NUMBER_OF_GHOST_LEVELS() and let the pipeline know. This was not possible because the executive was overwriting the value.
-
Berk Geveci authored
-
Berk Geveci authored
- Added the option to generate only cell values. - Bypass if there are no ghosts - Do not replace existing ghost arrays. Add to them.
-
Utkarsh Ayachit authored
When attemping to add tests using vtk_add_test_python_mpi(), issues were spotted in the vtkTestingMacros code. This commit addresses those issues. VTK_PYTHON_EXE is no longer globally defined in CMakeLists.txt. vtk_add_test_python_mpi() and vtk_add_test_python() assume a good default is none is set (this allows for applications like ParaView to use these macros while overriding the executable to run). We use generator expressions to point to the default vtkpython/pvtkpython executables which works better when MPI (mpiexec/mpirun) is being used to launch the test executable.
-
Utkarsh Ayachit authored
Also fixed vtkTestingMacros to properly locate vtkpython executable when adding MPI tests.
-
Utkarsh Ayachit authored
Adding new vtkMPIMultiBlockPLOT3DReader which uses MPI-IO to read plot3D files in parallel. vtkMPIMultiBlockPLOT3DReader overrides vtkMultiBlockPLOT3DReader using vtkObjectFactory mechanisms. It only supports reading binary 3D-Plot3D files.
-
Utkarsh Ayachit authored
Make vtkMultiBlockPLOT3DReader use vtkObjectFactoryNewMacro so that it can be overridden using vtkObjectFactory.
-
Berk Geveci authored
Updating vtkMultiBlockPLOT3DReader to enable parallel reading support. vtkMultiBlockPLOT3DReader can now read subextents in parallel on different ranks using POSIX I/O.
-
Berk Geveci authored
In preparation to add parallel support to Plot3D reader.
-
Utkarsh Ayachit authored
vtkByteSwap was looking for obsolete variables to add overloads for long long or __int64. Fixed it using the same pattern as vtkType.h.
-
- Jul 17, 2015
-
-
ef927f02 ENH: Remote module capability Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !385
-
36b7d409 mpi4py: strip trailing whitespace from the include dir f3450ca9 vtkRAdapter: move R_NO_REMAP to the header 1cf2f9be doxygen: generate SVG images Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !376
-
6ccc95c9 Avoid segfaults for multiblocks of vtkTable. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !426
-
- Jul 16, 2015
-
-
a94c1c8e Fixing parallel periodic filter e180b45d First bug fix fro periodic filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !398
-
- Jul 15, 2015
-
-
Bill Lorensen authored
A preliminary implementation of Remote modules. This approach follows the ITK implementation. Three remote modules are included for testing David Doria's Poissoin Reconstruction, David Gobbi's vtkDICOM and Slicer's vtkAddon. To configure vtk with these remote modules: cmake -DvtkAddon:BOOL=ON -DModule_PoissonReconstruction:BOOL=ON -DModule_vtkDICOM:BOOL=ON vtk_source_dir make
-
Utkarsh Ayachit authored
This overcomes segfaults when the input is a multiblock of vtkTable or other non-vtkDataSet instances.
-
2331d5e9 BUG: Fix uninitialized value. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !421
-
a32d5536 modules: use the export name for the file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !415
-
Mathieu Westphal (Kitware) authored
-
83bdd85a Fix compile error when compiling vtkRenderingExternal Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !422
-
- Jul 14, 2015
-
-
b0239b22 Apply fix to the generic version as well. 687a1ba8 Add valid image for non AA systems d117992f Fix issue with compositepolydatamapper2 with scalar colors Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !416
-
Sankhesh Jhaveri authored
Compiler error introduced in bba39d5b when building vtkRenderingExternal module with the OpenGL backend. No vtk_glew.h available for this backend.
-
Dan Lipsa authored
This was causing valgrind warning for a test that times-out intermitently on dash3. However dash3 is OpenGL so this is not going to help there.
-
Ken Martin authored
-
Ken Martin authored
-
812cacd9 BUG: Test basic representation after you setup the object Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !364
-
50e3767d BUG: Initialize grids before adding them to the AMR dataset. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !357
-
f9053470 BUG: vtkProbeFilter stored state which did not work for multi-block data. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !405
-
46f1b60a Testing: fix unused variable warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !417
-
1be51c35 BUG #15445: Handle empty input datasets in vtkDistributedDataFilter. e449dfef Use AllGather instead of custom implementation of the same. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !400
-
a2c061cf Merge remote-tracking branch 'master' into 14897_fix_cam_reader 23dff2bd BUG #14897: Fix periodic boundary issues with vtkNetCDFCAMReader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !410
-
- Jul 13, 2015
-
-
4e531cd0 ENH: CanReadFile does not fail for newer file version. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !413
-
Utkarsh Ayachit authored
* master: (35 commits) Fix missing header Some compiler fixes for Android Move table resizing out of core mapping routine Fix some recent compile issues IOXML: add test for outputting to a string Better handling of thick lines in a couple places Update to fix failing tests Fix compiler issue on gcc Thick lines only use a GS when the hardware lacks support Added point array support to vtkAMRBaseReader Remove "have tcoords" print statement Added VTK_FALLTHROUGH in case without break Fixed ‘no newline at end of file’ warnings Replace VTKGL2 define with VTK_OPENGL2 Ensure that input data is synced. vtkOpenGLRenderUtilities: move Render{Quad,Triangle} QVTKGraphicsItem: support the OpenGL2 backend fix importing to work for no mtl file + no warnings for empty texture image vtkGenericOpenGLRenderWindow: add PushState/PopState methods qtgraphicsview: remove unused vtkgl.h includes ...
-
Ben Boeckel authored
-
Ken Martin authored
-
Ben Boeckel authored
Required for ParaView.
-
e61a328e Move table resizing out of core mapping routine Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !406
-