[petsc-dev] new P^1.5 algorithm in VecAssembleBegin?
Jed Brown
jed at jedbrown.org
Fri May 29 10:32:42 CDT 2015
Mark Adams <mfadams at lbl.gov> writes:
> I don't need your branch because 1) we are not doing any communication in
> this VecAssembly
There is still synchronization cost in determining that nothing needs to
be done. Moreover, using a size P MPI_Allreduce for that (in
PetscMaxSum) is non-scalable. My branch uses MPI_Reduce_scatter_block
(scalable) when available (MPI-2.2).
> and I added the IGNORE stuff
So it takes no time now and everything is groovy?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20150529/df56dc62/attachment.sig>
More information about the petsc-dev
mailing list