Home
last modified time | relevance | path

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

/petsc/src/sys/mpiuni/
H A Dmpi.c125 …tents(MPI_Datatype datatype, int max_integers, int max_addresses, int max_datatypes, int *array_of… in MPI_Type_get_contents() argument
132 if (max_datatypes < 1) return MPIUni_Abort(MPI_COMM_SELF, 1); in MPI_Type_get_contents()
136 if (max_integers < 1 || max_datatypes < 1) return MPIUni_Abort(MPI_COMM_SELF, 1); in MPI_Type_get_contents()