| b0b4365f | 28-Aug-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
check for PetscMPIInt overflow in ISAllGather()
Though this routine is not scalable it is used in multiple places in PETSc and maybe used on problems large enough to produce overflow of PetscMPIInt(
check for PetscMPIInt overflow in ISAllGather()
Though this routine is not scalable it is used in multiple places in PETSc and maybe used on problems large enough to produce overflow of PetscMPIInt() when running with 64 bit PETSc integers.
show more ...
|