Re: [petsc-dev] programming model for PETSc
24 Nov
2011
24 Nov
'11
6:14 p.m.
On Thu, Nov 24, 2011 at 18:05, Dmitry Karpeev <[email protected]> wrote:
Is O(commSize) storage considered unscalable in this model?
I would like to avoid it where possible. If we have million-way parallelism at the network level (e.g. one million MPI processes), then we have to justify the memory usage. One 64-bit integer per process is 8MB. If that is needed once for the entire application, it is probably not an issue, but if it's needed by every object, then it could add up to a substantial amount (considering the low-memory estimates). The MPICH guys are thinking about this: http://www.mcs.anl.gov/~goodell/pdfs/mpi-mem-final.pdf
5371
Age (days ago)
5371
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown