Teleconference 2018-07-18

From VTKM
Jump to navigation Jump to search

Attendees: Ken Moreland (SNL), Abhishek Yenpure (SNL/UO), Matt Letter (SNL), James Kress (ORNL), Robert Maynard (Kitware), Sujin Philip (Kitware), Haocheng Liu (Kitware), Dave Pugmire (ORNL), Matt Larsen (LLNL), Allie Vecanti (Kitware)

Upcoming ECP Milestones

  • Better Dynamic Types
    • Doesn't look like it will completely done by end of September
    • We are having some serious issues with the CUDA compiler for this
  • Rendering Topological Entities
    • Ready to begin the merging process
  • OpenMP
    • Done except user's guide

Rob has been trying to figure out separable compilation inside of VTK-m.

For static build had to add a patch to CMake files. For normal compiler you often have to list a library multiple times, but when linking CUDA you only have to list it once and it's an error to list it multiple times.

Wavelet source is merged.

Haocheng is working to expose warp scalar and warp vector into VTK.