Searched refs:PetscShmComm (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | mpishm.c | 20 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 D | ex15.cxx | 89 PetscShmComm scomm; in main()
|
| /petsc/include/ |
| H A D | petscsystypes.h | 1074 typedef struct _n_PetscShmComm *PetscShmComm; typedef
|
| H A D | petscsys.h | 2607 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 D | mpmpishm.c | 137 PetscShmComm pshmcomm; in PetscOmpCtrlCreate()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 90 PetscShmComm pshmcomm; in PCGAMGCreateLevel_GAMG()
|