Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/impls/stride/
H A Dstride.c42 PetscBool isident, samelocal = (PetscBool)(nlocal == PETSC_DECIDE); in ISInvertPermutation_Stride() local
46 …if (isident && nlocal != PETSC_DECIDE) PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &samelocal, 1, MP… in ISInvertPermutation_Stride()
50 if (!samelocal) { in ISInvertPermutation_Stride()