Searched refs:keyset_type (Results 1 – 1 of 1) sorted by relevance
139 MPI_Datatype keyset_type; in GarbageKeyAllReduceIntersect_Private() local155 PetscCallMPI(MPI_Type_contiguous(imax_entries + 1, MPIU_INT64, &keyset_type)); in GarbageKeyAllReduceIntersect_Private()157 PetscCallMPI(MPI_Type_commit(&keyset_type)); in GarbageKeyAllReduceIntersect_Private()160 …PetscCallMPI(MPIU_Allreduce(sendset, recvset, 1, keyset_type, Petsc_Garbage_SetIntersectOp, comm)); in GarbageKeyAllReduceIntersect_Private()162 PetscCallMPI(MPI_Type_free(&keyset_type)); in GarbageKeyAllReduceIntersect_Private()