| 4258f548 | 28-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
changed -vecscatter_alltoallv to -vecscatter_alltoall and added -vecscatter_nopack that will trigger using MPI_AlltoAllw() when -vecscatter_alltoallv is used. hence removed -vecscatter_alltoall
changed -vecscatter_alltoallv to -vecscatter_alltoall and added -vecscatter_nopack that will trigger using MPI_AlltoAllw() when -vecscatter_alltoallv is used. hence removed -vecscatter_alltoallw
Hg-commit: a3b0c6710ad2349c0fe892dce7ea3770d2acc4fa
show more ...
|
| 862c4db9 | 28-Apr-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
now REQUIRE that starts[i+1] - starts[i] > 0 in VecScatterCreate_ for general parallel scatters this means that no messages of zero length will be scattered.
Hg-commit: 1a5b839e1eee1b4ff4540efedb9
now REQUIRE that starts[i+1] - starts[i] > 0 in VecScatterCreate_ for general parallel scatters this means that no messages of zero length will be scattered.
Hg-commit: 1a5b839e1eee1b4ff4540efedb9d24f52be8b1b1
show more ...
|