| 82102fcf | 21-Aug-2014 |
Jed Brown <jed@jedbrown.org> |
MatZeroRows_MPIAIJ: cast to PetscInt* because clang attributes don't understand const
Clang provides the attribute pointer_with_type_tag, but even though the argument is const in our function, the a
MatZeroRows_MPIAIJ: cast to PetscInt* because clang attributes don't understand const
Clang provides the attribute pointer_with_type_tag, but even though the argument is const in our function, the attribute does not recognize this and thus warns about a mismatch.
Reported-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| a34163a4 | 19-Aug-2014 |
Jed Brown <jed@jedbrown.org> |
MatZeroRows_MPI(B)AIJ: avoid communication when MAT_NO_OFF_PROC_ZERO_ROWS
This functionality existed prior to Matt's refactor to use PetscSF and was considered useful to PFLOTRAN.
Reported-by: Glen
MatZeroRows_MPI(B)AIJ: avoid communication when MAT_NO_OFF_PROC_ZERO_ROWS
This functionality existed prior to Matt's refactor to use PetscSF and was considered useful to PFLOTRAN.
Reported-by: Glenn Hammond <gehammo@sandia.gov>
show more ...
|