Teleconference 2020-10-07

From VTKM
Jump to navigation Jump to search

Attendees: Ken Moreland (SNL), Nick Davis (SNL), David Pugmire (ORNL), Rob Maynard (Kitware), Silvio Rizzi (ANL), Hank Childs (UO), Sujin Philip (Kitware), Berk Geveci (Kitware), Matt Larsen (LLNL), James Kress (ORNL), Vicente Bolea (Kitware)

ECP Updates

  • E4S document is up
    • If anyone cares, comments due by October 13
  • ECP Annual Meeting: April 12-15
    • Submissions for tutorials, breakouts, and other things open (deadline December 15)
    • Do we want to organize VTK-m tutorial or breakout? (Usually couple with Alpine.)
    • Might have presence at Alpine and/or ADIOS events
  • ECP Independent Project Review pushed from October to February
    • Means several of our deadlines have been pushed back
    • ECP ST Annual Reviews: Delayed to Dec 7-11
    • Still "keen" on collecting information about early access systems by end of August
  • 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.

Porting Activities

ECP task updates

ECP/VTK-m Project Management

Roundtable

Rob will help Silvio with a very simple DeviceAdapterAlgorithm::Schedule call that will (hopefully) show the issues on A21 pre with little code.

Matt Larsen has run into an issue with CUDA 11 where it is complaining while compiling DIY that the std:: namespace does not seem to exist. The issue might be related to new CUDA features that support more std objects on devices. As of now, no one has a good solution.

Follow up for benchmarking of Kokkos. Do we have profiling of what is being run during the "slow" filter benchmarks? Sujin is working on changes to the Kokkos device adapter that use Kokkos algorithms like scan and sort for the cases where it is supported. After that we can benchmark again.

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.