Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsys.h2727 PetscMPIInt count2, err; in MPIU_Get_count() local
2730 err = MPI_Get_count(status, dtype, &count2); in MPIU_Get_count()
2731 *count = count2; in MPIU_Get_count()
2737 PetscMPIInt count2, err; in MPIU_Send() local
2739 PetscMPIIntCast_Internal(count, &count2); in MPIU_Send()
2740 err = MPI_Send((void *)buf, count2, dtype, dest, tag, comm); in MPIU_Send()
2746 PetscMPIInt count2, err; in MPIU_Send_init() local
2748 PetscMPIIntCast_Internal(count, &count2); in MPIU_Send_init()
2749 err = MPI_Send_init((void *)buf, count2, dtype, dest, tag, comm, request); in MPIU_Send_init()
2755 PetscMPIInt count2, err; in MPIU_Isend() local
[all …]
/petsc/src/sys/objects/
H A Dpinit.c1831 PetscMPIInt count2; in MPIU_Allreduce_Count() local
1833 PetscMPIIntCast_Internal(count, &count2); in MPIU_Allreduce_Count()
1834 err = MPI_Allreduce((void *)inbuf, outbuf, count2, dtype, op, comm); in MPIU_Allreduce_Count()