Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dserver.c101 BcastInfo bcastinfo = { in PetscShmgetMapAddresses() local
110 bcastinfo.shmkey[i] = allocation->shmkey; in PetscShmgetMapAddresses()
111 bcastinfo.sz[i] = allocation->sz; in PetscShmgetMapAddresses()
120 PetscCallMPI(MPI_Bcast(&bcastinfo, 6, MPIU_SIZE_T, 0, comm)); in PetscShmgetMapAddresses()
122 BcastInfo bcastinfo = { in PetscShmgetMapAddresses() local
129 PetscCallMPI(MPI_Bcast(&bcastinfo, 6, MPIU_SIZE_T, 0, comm)); in PetscShmgetMapAddresses()
133 shmkey = (int)bcastinfo.shmkey[i]; in PetscShmgetMapAddresses()
134 sz = bcastinfo.sz[i]; in PetscShmgetMapAddresses()