Class IbarrierRequest

Class Documentation

class uitsl::IbarrierRequest

Post a MPI Ibarrier and easily test for its completion.

Public Functions

IbarrierRequest(const MPI_Comm comm = MPI_COMM_WORLD)

Parameters
  • comm: Set of MPI processes to participate in barrier.

bool IsComplete() const

Test if all processes have reached barrier.

Return

true if all processes have reached barrier.