Changes between Version 5 and Version 6 of library_barrier
- Timestamp:
- Aug 12, 2014, 6:57:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_barrier
v5 v6 23 23 24 24 The ''giet_sbt_barrier_t'' can be used in multi-clusters architectures, and is implemented as a physically distributed Sliced-Binary-Tree (SBT). 25 T o use this distributed barrier, some placement constraints must be respected:25 The SBT topology is completely defined by the number of tasks, with the following constraints: 26 26 * The number of tasks must be a power of 2. 27 * There is one task per processor in a given cluster. 28 * The involved clusters form a mesh[X][Y] where (X = Y) or (x = 2*Y) 29 * The lower left involved cluster is cluster(0,0) 27 * There is one task per processor. 28 * The involved clusters form a mesh[X][Y] where (X = Y) or (X = 2*Y). 29 * The lower left involved cluster is cluster(0,0). 30 * All involved clusters must contain a heap[x][y] vseg declared in the mapping. 30 31 31 32 The available functions are: