Holds up execution of all processes within the indicated scope.
call blacs_barrier( icontxt, scope )
icontxt |
INTEGER. Integer handle that indicates the context. |
scope |
CHARACTER*1. Parameter that indicates whether a process row (scope='R'), column ('C'), or entire grid ('A') will participate in the barrier. |
This routine holds up execution of all processes within the indicated scope until they have all called the routine.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.