On Thu, Mar 1, 2012 at 11:03 AM, Barry Smith <bsmith@mcs.anl.gov> wrote:
MatCreateMPIAIJ(), MatCreateMPIBAIJ(), MatCreateMPISBAIJ() actually create Seq version of the matrices when run on one process.
Meanwhile MatMPIXXXSetPreallocation() always do preallocation for MPI case.
Shouldn't MatCreateMPIXXX() be MatCreateXXX()?
Also should we add MatXXXSetPreallocation() that calls both MatSeqXXXSetPreallocation() and MatMPIXXXSetPreallocation()?
Barry