Trilinos icon indicating copy to clipboard operation
Trilinos copied to clipboard

ShyLU - Basker : replace View-of-Views with std::vector-of-Views

Open iyamazaki opened this issue 4 months ago • 14 comments

@trilinos/shylu

Motivation

This PR replaces the view-of-views in ShyLU-Basker (which was causing deadlocks) with vector-of-views.

Testing

Additional Information

It also serializes some parallel-fors, where the memory allocation is performed within.

iyamazaki avatar Oct 17 '24 19:10 iyamazaki