Searched refs:nvtx (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/tests/output/ |
| H A D | ex30_10.out | 1 [0] <loghandler> PetscLogHandlerCreate_NVTX(): nvtx log handler created
|
| /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 241 nvtx = 0; in DMNetworkAddSubnetwork() 243 if (PetscBTLookup(table, j)) nvtx++; in DMNetworkAddSubnetwork() 256 network->cloneshared->subnet[i].nvtx = nvtx; /* include ghost vertices */ in DMNetworkAddSubnetwork() 271 network->cloneshared->nVertices += nvtx; /* include ghost vertices */ in DMNetworkAddSubnetwork() 565 if (network->cloneshared->subnet[net].nvtx) { /* this proc owns sv_to */ in GetEdgelist_Coupling() 567 if (network->cloneshared->subnet[net_from].nvtx == 0) { in GetEdgelist_Coupling() 575 if (svtype == SVFROM && network->cloneshared->subnet[net].nvtx) { in GetEdgelist_Coupling() 579 if (network->cloneshared->subnet[net].nvtx) vidxlTog[i++] = gidx; in GetEdgelist_Coupling() 669 if (network->cloneshared->subnet[net].nvtx) in DMNetworkLayoutSetUp() [all …]
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 23 PetscInt *edgelist = wash->edgelist, *nvtx = NULL, *vtxDone = NULL; in WashNetworkDistribute() local 41 PetscCall(PetscCalloc3(size + 1, &eowners, size, &nvtx, numVertices, &vtxDone)); in WashNetworkDistribute() 77 nvtx[i]++; in WashNetworkDistribute() 82 nvtx[i]++; in WashNetworkDistribute() 89 PetscCallMPI(MPI_Scatter(nvtx, 1, MPIU_INT, &nvertices, 1, MPIU_INT, 0, PETSC_COMM_WORLD)); in WashNetworkDistribute() 90 PetscCall(PetscFree3(eowners, nvtx, vtxDone)); in WashNetworkDistribute()
|
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 83 PetscInt Nvtx, nvtx; /* Number of global/local vertices */ member
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 673 nsys profile -t nvtx,cuda -o file --stats=true --force-overwrite true ./a.out 695 mpiexec -n 1 nsys profile -t nvtx,cuda -o file_name --stats=true --force-overwrite true ./a.out : -…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 758 cdef PetscInt nvtx = <PetscInt> PyArray_DIM(xyz, 0) 761 CHKERR(PCSetCoordinates(self.pc, ndim, nvtx, coords))
|
| H A D | Mat.pyx | 1574 cdef PetscInt nvtx 1589 nvtx = <PetscInt> PyArray_DIM(xyz, 0) 1592 if nvtx < rl: raise ValueError(
|