14.8. Parallel Communication

Up: Contents Next: Makefiles Previous: Emacs Users

When used in a message-passing environment, all communication within PETSc is done through MPI, the message-passing interface standard [16]. Any file that includes petsc.h (or any other PETSc include file), can freely use any MPI routine.


Up: Contents Next: Makefiles Previous: Emacs Users