Home
last modified time | relevance | path

Searched refs:PetscShmgetUnmapAddresses (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/utils/
H A Dserver.c69 PetscCall(PetscShmgetUnmapAddresses(addresses->n, addresses->addr)); in PCMPIServerAddressesDestroy()
173 PetscErrorCode PetscShmgetUnmapAddresses(PetscInt n, void **addres) PeNS in PetscShmgetUnmapAddresses() function
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c445 if (PCMPIServerUseShmget) PetscCall(PetscShmgetUnmapAddresses(2, addr)); in PCMPISolve()
644 if (PCMPIServerUseShmget) PetscCall(PetscShmgetUnmapAddresses(1, (void **)&PCMPIServerLocks)); in PCMPIServerBegin()
677 if (PCMPIServerUseShmget) PetscCall(PetscShmgetUnmapAddresses(1, (void **)&PCMPIServerLocks)); in PCMPIServerEnd()
/petsc/include/
H A Dpetscsys.h2966 PETSC_EXTERN PetscErrorCode PetscShmgetUnmapAddresses(PetscInt, void **);