Thanks, fixed.  They should really fix this upstream.

Barry Smith <[email protected]> writes:

>           CC arch-basic/obj/src/mat/impls/aij/mpi/mpimatmatmult.o
> /Users/barrysmith/Src/petsc/src/mat/impls/aij/mpi/mpiaij.c:793:45: warning: 
> argument type 'const PetscInt *' (aka 'const int *') doesn't match specified 
> 'MPI' type tag that requires 'int *' [-Wtype-safety]
>     ierr = PetscSFReduceBegin(sf, MPIU_INT, rows, lrows, 
> MPI_LOR);CHKERRQ(ierr);
>                                   ~~~~~~~~  ^~~~
> /Users/barrysmith/Src/petsc/src/mat/impls/aij/mpi/mpiaij.c:794:43: warning: 
> argument type 'const PetscInt *' (aka 'const int *') doesn't match specified 
> 'MPI' type tag that requires 'int *' [-Wtype-safety]
>     ierr = PetscSFReduceEnd(sf, MPIU_INT, rows, lrows, MPI_LOR);CHKERRQ(ierr);
>                                 ~~~~~~~~  ^~~~

Attachment: pgpylQ5rElj9t.pgp
Description: PGP signature

Reply via email to