If my program is compiled using 64-bit-indices, and I have an integer variable 
defined as PetscInt, what is the right way to broadcast that using MPI_Bcast?

I currently have:

call MPI_Bcast(n, 1, MPI_INTEGER, …

which is the right way to do it for regular integers, but what do I use in 
place of MPI_INTEGER when Petsc is compiled with 64-bit-indices.


Thanks,

Randy M.

Reply via email to