Searched refs:bcastinfo (Results 1 – 1 of 1) sorted by relevance
101 BcastInfo bcastinfo = { in PetscShmgetMapAddresses() local110 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() local129 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()