Home
last modified time | relevance | path

Searched refs:recvNzPerm (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx467 PetscInt *recvNzPerm, *recvNzPermSorted; in MatMPIAIJKokkosReduceBegin() local
468 …PetscCall(PetscMalloc4(recvRowCnt, &recvRowPerm, nroots, &recvColSorted, nroots, &recvNzPerm, nroo… in MatMPIAIJKokkosReduceBegin()
470 …for (PetscInt i = 0; i < nroots; i++) recvNzPerm[i] = i; // numbering all receiv… in MatMPIAIJKokkosReduceBegin()
501 PetscCall(PetscArraycpy(pbuf2, &recvNzPerm[recvRowLen[i]], len)); in MatMPIAIJKokkosReduceBegin()
591 PetscCall(PetscFree4(recvRowPerm, recvColSorted, recvNzPerm, recvNzPermSorted)); in MatMPIAIJKokkosReduceBegin()