Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c133 MPIU_Count *acounts, *bcounts; in MPIPetsc_Type_compare() local
138 …PetscCall(PetscMalloc4(aintcount, &aints, aaddrcount, &aaddrs, acountcount, &acounts, atypecount, … in MPIPetsc_Type_compare()
140 …t_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints, aaddrs, acounts, atypes)); in MPIPetsc_Type_compare()
146 PetscCall(PetscArraycmp(acounts, bcounts, acountcount, &same)); in MPIPetsc_Type_compare()
165 PetscCall(PetscFree4(aints, aaddrs, acounts, atypes)); in MPIPetsc_Type_compare()
197 MPIU_Count *acounts; in MPIPetsc_Type_compare_contig() local
200 …PetscCall(PetscMalloc4(aintcount, &aints, aaddrcount, &aaddrs, acountcount, &acounts, atypecount, … in MPIPetsc_Type_compare_contig()
201 …t_contents(atype, aintcount, aaddrcount, acountcount, atypecount, aints, aaddrs, acounts, atypes)); in MPIPetsc_Type_compare_contig()
205 else PetscCall(PetscIntCast(acounts[0], n)); // Yet to support real big count values in MPIPetsc_Type_compare_contig()
211 else PetscCall(PetscIntCast(acounts[0], n)); // Yet to support real big count values in MPIPetsc_Type_compare_contig()
[all …]