Searched refs:comm2 (Results 1 – 2 of 2) sorted by relevance
306 bool operator==(const communicator& comm1, const communicator& comm2) in operator ==() argument310 (MPI_Comm(comm1), MPI_Comm(comm2), &result)); in operator ==()
1130 BOOST_MPI_DECL bool operator==(const communicator& comm1, const communicator& comm2);1137 inline bool operator!=(const communicator& comm1, const communicator& comm2) in operator !=() argument1139 return !(comm1 == comm2); in operator !=()