Teleconference 2021-08-18

From VTKM
Jump to navigation Jump to search

Attendees: Ken Moreland (SNL), Silvio Rizzi (ANL), Abhishek Yenpure (UO), Terry Turtion (LANL), Berk Geveci (Kitware), Sujin Philip (Kitware), Dick Davis (SNL), Hank Childs (UO), Vicente Bolea (Kitware), Mark Bolstad (SNL)

ECP Updates

  • Let's think about possible highlights
    • App engagement
    • Success with porting (e.g. run on Aurora)
    • Engagement with other ST teams (e.g. using Kokkos)
    • WDM
      • Submitted highlight on integration with EFFIS
      • Expect to submit another highlight when used in a big run
    • Possible highlight slide on particle advection with WarpX (Matt)

Porting Activities

ECP task updates

ECP/VTK-m Project Management

Roundtable

No meeting next week.

Update on Kokkos "separable compile"? Seems to be working and making the Kokkos compile time managamble.

Ken would like to look at removing the template from CellSetExplicit. This would mean that the array types would be fixed for unstructured cell sets. Currently, apart from the default basic array types, the only specializations are for CellSetSingleType and for adapting to VTK meshes using 32-bit indices. What would happen if these went away (and we just copied arrays as necessary)? -- This is a problem. Single type cell sets are very common.

Has anyone been looking at compiling both VTK-m and Ascent over Kokkos? We have had to do some special things under CUDA, and we might expect there to be some integration issues under Kokkos and its various backends as well.

Filter redesign requirements: https://gitlab.kitware.com/vtk/vtk-m/-/issues/601

Matt working on WarpX highlight.

Rename master branch?

  • Need to wait for some changes to git before the transition (for some automated features of repo).
  • Can we for a time have a master that mirrors the new default?
    • Don't know, but seems possible. Will have to look into that.