Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx445 PetscInt *sendCol, *recvCol; in MatMPIAIJKokkosReduceBegin() local
446 PetscCall(PetscMalloc2(nleaves, &sendCol, nroots, &recvCol)); in MatMPIAIJKokkosReduceBegin()
462 …eBegin(reduceSF, MPIU_INT, PETSC_MEMTYPE_HOST, sendCol, PETSC_MEMTYPE_HOST, recvCol, MPI_REPLACE)); in MatMPIAIJKokkosReduceBegin()
463 PetscCall(PetscSFReduceEnd(reduceSF, MPIU_INT, sendCol, recvCol, MPI_REPLACE)); in MatMPIAIJKokkosReduceBegin()
500 PetscCall(PetscArraycpy(jbuf2, &recvCol[recvRowLen[i]], len)); in MatMPIAIJKokkosReduceBegin()
537 PetscCall(PetscFree2(sendCol, recvCol)); in MatMPIAIJKokkosReduceBegin()