[petsc-users] loading huge matrix with MatLoad in parallel implementation

Yujie recrusader at gmail.com
Thu Jul 29 15:06:40 CDT 2010


Dear PETSc developers,

When the program based on PETSc runs in parallel mode, how much size
of the matrix can MatLoad load?
Does the program need to save the whole matrix in one CPU, or is each
CPU in charge of the part of the matrix?

For example, I have one matrix of ~30G. There are two CPUs on each
nodes with totally16G memory. I have 8 nodes. I use 16CPUs for
running. Can I load this matrix using MatLoad? Thanks a lot.

Regards,
Yujie


More information about the petsc-users mailing list