Home | History | Annotate | Download | only in mpi

Lines Matching full:comm_size

404 static __inline__ int comm_size ( MPI_Comm comm ) 
1939 the root is going to receive comm_size*sendcount items of type
1945 (root only): must be writable: (recvbuf,recvcount * comm_size,recvtype)
1946 post: (root only): make readable: (recvbuf,recvcount * comm_size,recvtype)
1958 sz = comm_size(comm);
1980 /* pre: (root only): must be readable: (sendbuf,sendcount * comm_size,sendtype)
1994 sz = comm_size(comm);
2015 /* pre: (all) must be readable: (sendbuf,sendcount * comm_size,sendtype)
2016 (all) must be writable: (recvbuf,recvcount * comm_size,recvtype)
2017 post: (all) make defined: (recvbuf,recvcount * comm_size,recvtype)
2028 sz = comm_size(comm);
2128 /* Hardly seems worth wrapping Comm_rank and Comm_size, but
2194 /* --- Comm_size --- */
2201 before("Comm_size");
2207 after("Comm_size", err);
2534 /* DEFAULT_WRAPPER_W_2W(Comm_size) */