Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dserver.c19 int shmkey, shmid; member
26 size_t shmkey[3]; member
53 …to free shared memory key %d shmid %d %s, see PCMPIServerBegin()", next->shmkey, next->shmid, stre… in PetscShmgetAddressesFinalize()
110 bcastinfo.shmkey[i] = allocation->shmkey; in PetscShmgetMapAddresses()
126 int shmkey = 0; in PetscShmgetMapAddresses() local
133 shmkey = (int)bcastinfo.shmkey[i]; in PetscShmgetMapAddresses()
136 if (next->shmkey == shmkey) addres[i] = next->addr; in PetscShmgetMapAddresses()
143 allocation->shmkey = shmkey; in PetscShmgetMapAddresses()
145 allocation->shmid = shmget(allocation->shmkey, allocation->sz, 0666); in PetscShmgetMapAddresses()
146 …PI shared memory key %d of size %d, see PCMPIServerBegin()", allocation->shmkey, (int)allocation->… in PetscShmgetMapAddresses()
[all …]