Skip to content
Snippets Groups Projects
  1. Aug 09, 2015
    • Utkarsh Ayachit's avatar
      Fix incorrect error when testing is disabled. · 5b2d8b8e
      Utkarsh Ayachit authored
      When building with MPI and testing is disabled (which happens when
      building on supercomputers), VTK fails to build because of missing
      MPIEXEC. That's wrong. MPIEXEC is only needed if testing is enabled.
      Fixed the error message accordingly.
      5b2d8b8e
  2. Aug 06, 2015
  3. Jul 18, 2015
    • Utkarsh Ayachit's avatar
      Cleaning python testing macros. · 44c7f0b8
      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.
      44c7f0b8
    • Utkarsh Ayachit's avatar
      Adding a basic test to test vtkMPIMultiBlockPLOT3DReader. · 695b4817
      Utkarsh Ayachit authored
      Also fixed vtkTestingMacros to properly locate vtkpython executable when
      adding MPI tests.
      695b4817
  4. Jul 15, 2015
    • Bill Lorensen's avatar
      ENH: Remote module capability · ef927f02
      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
      ef927f02
  5. Jul 13, 2015
  6. Jul 12, 2015
  7. Jul 02, 2015
  8. Jun 16, 2015
  9. May 29, 2015
  10. May 28, 2015
  11. May 27, 2015
  12. May 26, 2015
  13. May 21, 2015
  14. May 14, 2015
  15. May 13, 2015
  16. May 08, 2015
  17. May 05, 2015
  18. Apr 29, 2015
  19. Mar 31, 2015
  20. Mar 17, 2015
  21. Mar 16, 2015
    • Brad King's avatar
      Switch developer setup to use the GitLab workflow · b1a0f22e
      Brad King authored
      In SetupForDevelopment, switch from setup-gerrit to setup-gitlab.
      Also invoke setup-upstream to switch the "origin" remote to GitLab.
      Update the version of the SetupForDevelopment script so that existing
      work tree hooks will ask developers to run the script again.
      b1a0f22e
  22. Mar 05, 2015
    • Chuck Atkins's avatar
      ADIOS: Remove block-index calculations to use new APIs · 56454c5f
      Chuck Atkins authored
      ADIOS has added 2 new pieces of metadata in the read API to
      retrieve the absolute file timestep and writing process rank for
      each block of data.  This removes the need to compute the block
      index.
      
      Change-Id: I02b14706225f0a21d3ae6b11060a21748ccba199
      56454c5f
  23. Feb 26, 2015
  24. Feb 11, 2015
    • Dave DeMarle's avatar
      Increment version to VTK 6.3.0 · 3bec6b53
      Dave DeMarle authored
      Change-Id: I618606e72fe6b65dfbeb265d5835270f85ad2711
      3bec6b53
    • Ben Boeckel's avatar
      vtkModuleTop: handle UsrMove-like setups · 0f7244b1
      Ben Boeckel authored
      The problem is that when the package is found via a directory with a
      symlink which points into the install prefix, we should use the
      configured install prefix. Example:
      
          /usr (install prefix)
          /usr/lib/cmake/vtk-6.2 (configuration's path)
          /lib -> /usr/lib (UsrMove)
          /lib/cmake/vtk-6.2 (path VTK was found by)
      
      The problem here is that when we traverse up the 3 components to try and
      find '/usr', we end up finding '/' instead. To fix this, we detect this
      by resolving the found path and the expected path to remove all
      symlinks. If these are the same, use the configured path, otherwise go
      up the tree the correct number of components.
      
      Still unsupported is finding VTK by a path with a symlink into the
      prefix and VTK has been relocated since being installed.
      
      Fixes #15065.
      
      Change-Id: I181a126382941eb7e33304d426719abd5769048b
      0f7244b1
  25. Feb 10, 2015
  26. Feb 07, 2015
  27. Feb 06, 2015
  28. Feb 05, 2015
  29. Feb 03, 2015
Loading