Teleconference 2018-06-13

From VTKM
Jump to navigation Jump to search

Attendees: Ken Moreland (SNL), Ollie Lo (LANL), Matt Larsen (LLNL), Rob Maynard (Kitware), Allie Vacanti (Kitware), Sujin Philip (Kitware), Haocheng Liu (Kitware), Shreeraj (Kitware), Berk Geveci (Kitware), Tom Otahal (SNL), James Kress (ORNL), Abhishek Yenpure (ORNL), Matt Letter (SNL)

Upcoming ECP milestones: External Surface, Locate cell/point, point movement

Ken will send out a calendar invite to Ollie and Abhishek to discuss user guide documentation of point/cell locators.

Matt Larsen figured out while the multimapper test was timing out. The problem was a bug in the code that figures out what a good default sample distance was, and this was set to near zero. This has been fixed.

Shreeraj has been working on constexpr constructors for Vec. The only limitation is that you cannot have fill constructors that are constexpr. All other constructors are constant.

Haocheng exposed more VTK-m data sets in VTK.

Sujin is working on serializing the data from data sets for distributed memory communication.

Allie merged in the OpenMP branch. Fixed some issues with memory consumption of radix key sorts.