petsc-3.3-p7 2013-05-11

PetscCommGetThreadComm

Gets the thread communicator associated with the MPI communicator

Synopsis

#include "petscthreadcomm.h" 
PetscErrorCode PetscCommGetThreadComm(MPI_Comm comm,PetscThreadComm *tcommp)

Input Parameters

comm -the MPI communicator

Output Parameters

tcommp -pointer to the thread communicator

See Also

PetscThreadCommCreate(), PetscThreadCommDestroy()

Level:Intermediate
Location:
src/sys/threadcomm/threadcomm.c
Index of all PetscThreadComm routines
Table of Contents for all manual pages
Index of all manual pages