Searched refs:addres (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | server.c | 96 …rrorCode PetscShmgetMapAddresses(MPI_Comm comm, PetscInt n, const void **baseaddres, void **addres) in PetscShmgetMapAddresses() argument 112 addres[i] = (void *)baseaddres[i]; in PetscShmgetMapAddresses() 119 PetscCall(PetscInfo(NULL, "Mapping PCMPI Server array %p\n", addres[0])); in PetscShmgetMapAddresses() 136 if (next->shmkey == shmkey) addres[i] = next->addr; in PetscShmgetMapAddresses() 149 addres[i] = allocation->addr; in PetscShmgetMapAddresses() 173 PetscErrorCode PetscShmgetUnmapAddresses(PetscInt n, void **addres) PeNS in PetscShmgetUnmapAddresses() argument 183 if (next->addr == addres[i]) { in PetscShmgetUnmapAddresses() 194 …OMM_SELF, PETSC_ERR_PLIB, "Unable to find address %p to unmap, see PCMPIServerBegin()", addres[i]); in PetscShmgetUnmapAddresses()
|