Searched refs:recvColSorted (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 466 PetscInt *recvRowPerm, *recvColSorted; in MatMPIAIJKokkosReduceBegin() local 468 …PetscCall(PetscMalloc4(recvRowCnt, &recvRowPerm, nroots, &recvColSorted, nroots, &recvNzPerm, nroo… in MatMPIAIJKokkosReduceBegin() 493 PetscInt *jbuf = recvColSorted + FnzDups; in MatMPIAIJKokkosReduceBegin() 565 PetscInt *jbuf = recvColSorted + FnzDups; in MatMPIAIJKokkosReduceBegin() 591 PetscCall(PetscFree4(recvRowPerm, recvColSorted, recvNzPerm, recvNzPermSorted)); in MatMPIAIJKokkosReduceBegin()
|