Natalie Beams
unread,Dec 19, 2025, 1:16:42 PM12/19/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MAGMA User, danesh...@gmail.com, MAGMA User, Natalie Beams
Hi Danesh,
By "distributed", I meant "using multiple MPI processes which own parts of the data" -- whether on one node or multiple nodes. But in the MAGMA documentation, we also use "distributed" for these multi-GPU routines, so I should have been more specific. Also, I thought you needed enough memory to fit the matrix on one GPU for *getrf_mgpu, but looking at the code again, I see I was mistaken about that. It doesn't have to fit, but you need to split it up yourself, or use `magma_*setmatrix_1D_col_bcyclic` to take a matrix in host memory and distribute it among the GPUs in the correct manner.
-- Natalie