Home
last modified time | relevance | path

Searched refs:PetscShmComm (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/utils/
H A Dmpishm.c20 PetscShmComm p = (PetscShmComm)val; in Petsc_ShmComm_Attr_DeleteFn()
67 PetscErrorCode PetscShmCommGet(MPI_Comm globcomm, PetscShmComm *pshmcomm) in PetscShmCommGet()
147 PetscErrorCode PetscShmCommGlobalToLocal(PetscShmComm pshmcomm, PetscMPIInt grank, PetscMPIInt *lra… in PetscShmCommGlobalToLocal()
191 PetscErrorCode PetscShmCommLocalToGlobal(PetscShmComm pshmcomm, PetscMPIInt lrank, PetscMPIInt *gra… in PetscShmCommLocalToGlobal()
214 PetscErrorCode PetscShmCommGetMpiShmComm(PetscShmComm pshmcomm, MPI_Comm *comm) in PetscShmCommGetMpiShmComm()
/petsc/src/sys/tests/
H A Dex15.cxx89 PetscShmComm scomm; in main()
/petsc/include/
H A Dpetscsystypes.h1074 typedef struct _n_PetscShmComm *PetscShmComm; typedef
H A Dpetscsys.h2607 PETSC_EXTERN PetscErrorCode PetscShmCommGet(MPI_Comm, PetscShmComm *);
2608 PETSC_EXTERN PetscErrorCode PetscShmCommGlobalToLocal(PetscShmComm, PetscMPIInt, PetscMPIInt *);
2609 PETSC_EXTERN PetscErrorCode PetscShmCommLocalToGlobal(PetscShmComm, PetscMPIInt, PetscMPIInt *);
2610 PETSC_EXTERN PetscErrorCode PetscShmCommGetMpiShmComm(PetscShmComm, MPI_Comm *);
/petsc/src/sys/utils/openmp/
H A Dmpmpishm.c137 PetscShmComm pshmcomm; in PetscOmpCtrlCreate()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c90 PetscShmComm pshmcomm; in PCGAMGCreateLevel_GAMG()