| 15279c80 | 30-Mar-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
SF: use MPI_Count/Aint instead of PetscInt64 for count/disp args of MPI routines
As with 64-bit indices, depending on platform, one can be "long int" and the other can be "long long int". Though bo
SF: use MPI_Count/Aint instead of PetscInt64 for count/disp args of MPI routines
As with 64-bit indices, depending on platform, one can be "long int" and the other can be "long long int". Though both are 64-bit, pointers to them are different in C++ function resolution.
show more ...
|