2 |
TASK_REGION
-
Shared memory: Use barrier synchronization for tasks entering each ON block; also synchronize on shared data access outside ON blocks
-
Distributed memory: Processor groups communicate only internally within an ON block (use ordinary communication), communicate with other tasks at ON boundaries (use group communication
|