1HPL_barrier(3) HPL Library Functions HPL_barrier(3)
2
3
4
6 HPL_barrier - Barrier operation.
7
9 #include "hpl.h"
10
11 int HPL_barrier( MPI_Comm COMM );
12
14 HPL_barrier blocks the caller until all process members have call it.
15 The call returns at any process only after all group members have
16 entered the call.
17
19 COMM (global/local input) MPI_Comm
20 The MPI communicator identifying the process collection.
21
23 HPL_broadcast (3), HPL_reduce (3), HPL_all_reduce (3), HPL_min (3),
24 HPL_max (3), HPL_sum (3).
25
26
27
28HPL 2.2 February 24, 2016 HPL_barrier(3)