boost::mpi::operator!= — Determines whether two communicators are different.
// In header: <boost/mpi/communicator.hpp> bool operator!=(const communicator & comm1, const communicator & comm2);
Returns:
!(comm1 == comm2)
!