petsc-3.9.4 2018-09-11
Report Typos and Errors

PetscCommSharedGet

Given a PETSc communicator returns a communicator of all ranks that shared a common memory

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscCommSharedGet(MPI_Comm comm,PetscCommShared *scomm)

Collective on comm.

Input Parameter

comm -MPI_Comm

Output Parameter

scomm -the shared memory communicator object

Notes: This should be called only with an PetscCommDuplicate() communictor

When used with MPICH, MPICH must be configured with --download-mpich-device=ch3:nemesis

Level

developer

Location

src/sys/objects/tagm.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages