Lines Matching refs:Nvtx
215 PetscInt i, Nedge, j, Nvtx, nvtx, nvtx_min = -1, nvtx_max = 0; in DMNetworkAddSubnetwork() local
231 Nvtx = nvtx_max - nvtx_min + 1; /* approximated total local nvtx for this subnet */ in DMNetworkAddSubnetwork()
234 PetscCall(PetscBTCreate(Nvtx, &table)); in DMNetworkAddSubnetwork()
235 PetscCall(PetscBTMemzero(Nvtx, table)); in DMNetworkAddSubnetwork()
242 for (j = 0; j < Nvtx; j++) { in DMNetworkAddSubnetwork()
247 …PetscCallMPI(MPIU_Allreduce(&nvtx_max, &Nvtx, 1, MPIU_INT, MPI_MAX, PetscObjectComm((PetscObject)d… in DMNetworkAddSubnetwork()
248 Nvtx++; in DMNetworkAddSubnetwork()
259 network->cloneshared->subnet[i].Nvtx = Nvtx; in DMNetworkAddSubnetwork()
269 … network->cloneshared->subnet[i].vStart + network->cloneshared->subnet[i].Nvtx; /* global vEnd of … in DMNetworkAddSubnetwork()
272 network->cloneshared->NVertices += network->cloneshared->subnet[i].Nvtx; in DMNetworkAddSubnetwork()
562 …for (idx = 0; idx < network->cloneshared->subnet[net].Nvtx; idx++) { /* Note: global subnet[net].N… in GetEdgelist_Coupling()
670 …PetscCheck(network->cloneshared->subnet[net].nvtx == network->cloneshared->subnet[net].Nvtx, PETSC… in DMNetworkLayoutSetUp()
671 network->cloneshared->subnet[net].nvtx, network->cloneshared->subnet[net].Nvtx); in DMNetworkLayoutSetUp()
1837 newDMnetwork->cloneshared->subnet[j].Nvtx = oldDMnetwork->cloneshared->subnet[j].Nvtx; in DMNetworkDistribute()