Searched refs:comm_rank (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c397 static __inline__ int comm_rank ( MPI_Comm comm ) function
1919 i_am_sender = root == comm_rank(comm);
1961 me = comm_rank(comm);
1997 me = comm_rank(comm);
2066 i_am_root = root == comm_rank(comm);

Completed in 916 milliseconds