Smoothers supported in multigrid #1672
Replies: 2 comments 3 replies
-
Yes, preconditioner::Schwarz in ginkgo is already supported in ginkgo multigrid. The current distribution in ginkgo is 1 gpu per rank. If you have multiple gpus in one physic node, you still need to run it with multiple nodes from mpi such that each node access one gpu. It only applies when you would like to use distributed stuff from ginkgo directly. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your prompt response. I forgot to mention that I would need it without MPI because my main application is not. |
Beta Was this translation helpful? Give feedback.
-
Do you have a document somewhere to show what types of smoothers are currently supported, it would be really good if Schwarz is included. From that works really well with one of my matrix that was generated from an elastic model with multiple interfaces.
Another question is I read sometimes ago that the multiple GPUs on 1 node was planning to be supported so I just want to know if it is currently developed yet? Unexpectedly that distributed was not in the plan but now I saw that part of the code already has distributed parts in it, i.e. Schwarz
Beta Was this translation helpful? Give feedback.
All reactions