Searched refs:Nvtx (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 83 PetscInt Nvtx, nvtx; /* Number of global/local vertices */ member
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 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() [all …]
|