Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c145 PetscMPIInt mpin; in KSPSolve_InnerLoop_PIPELCG() local
294 PetscCall(PetscMPIIntCast(it + 2, &mpin)); in KSPSolve_InnerLoop_PIPELCG()
295 …PetscCallMPI(MPIU_Iallreduce(MPI_IN_PLACE, &G(0, it + 1), mpin, MPIU_SCALAR, MPIU_SUM, comm, &req(… in KSPSolve_InnerLoop_PIPELCG()
301 PetscCall(PetscMPIIntCast(l + 1, &mpin)); in KSPSolve_InnerLoop_PIPELCG()
302 …PetscCallMPI(MPIU_Iallreduce(MPI_IN_PLACE, &G(it - l + 1, it + 1), mpin, MPIU_SCALAR, MPIU_SUM, co… in KSPSolve_InnerLoop_PIPELCG()
/petsc/src/vec/is/utils/
H A Dpsort.c78 PetscMPIInt size, rank, tag, mpin; in PetscParallelSortInt_Bitonic() local
86 PetscCall(PetscMPIIntCast(n, &mpin)); in PetscParallelSortInt_Bitonic()
88 …PetscCall(PetscParallelSortInt_Bitonic_Recursive(comm, tag, 0, size, rank, mpin, keys, buffer, PET… in PetscParallelSortInt_Bitonic()