iyamazaki

Results 5 issues of iyamazaki

## Motivation This PR aims to improve compute time of FROSch with GPUs - split extractLocalSubdomainMatrix into symbolic and compute phases (for AlgebraicOverlappingOperator and HarmonicCoarseOperator). - use Kokkos for extracting...

pkg: ShyLU
AT: STALE

Right now, I get compiler errors like: ` no suitable user-defined conversion from "Kokkos::Experimental::Impl::floating_point_wrapper" to "Kokkos::Experimental::bhalf_t" exists`

question

@trilinos/shylu ## Motivation This PR adds an option to use `HalfPrecisionOperator` - The option is implemented just for `RGDSW` and `TwoLevel` Preconditioner - FROSch is also updated to remove some...

pkg: ShyLU

@trilinos/amesos ## Motivation This PR adds ``Amesos::Create`` interface to CSS MKL ## Testing Added CSS MKL to ``Test_Detailed``

pkg: Amesos
AT: PRE-TEST INSPECTED

@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...

pkg: ShyLU
AT: WIP
AT: STALE