[This is preliminary documentation and is subject to change.]
A synchronization barrier where no processor leaves the barrier until all processors have entered the barrier.
See Barrier()()().
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public static int MPI_Barrier( int comm ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Barrier ( _ comm As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Barrier( int comm ) |
Parameters
- comm
- Type: System..::.Int32
The communicator whose processes will be synchronized.