On Thursday, April 23, 2020 at 4:50:40 AM UTC-4, peterrum wrote: > Regarding GPU: currently there is only support for matrix-free and non for > matrix-based algorithms. These GPU implementations use currently > LA::dist::Vector. >
We actually support matrix-based algorithms on the GPU and we have wrappers around cuSOLVER and some cuBLAS fonctions but you have to build a SparseMatrix on the CPU first. So it doesn't work with MPI. Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/35f2b2d9-d389-4d11-aec6-602a2affcc1e%40googlegroups.com.
