Basic operations

To use a barrier, all hosts of a given communicator have to call its method barrier().

class TPO::Communicator {
  void barrier();
};



Patrick Heckeler 2007-05-31