Changes between Version 14 and Version 15 of library_barrier
- Timestamp:
- Jul 23, 2015, 8:06:00 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_barrier
v14 v15 20 20 == B) Distributed Barrier == 21 21 22 The ''giet_s bt_barrier_t'' can be used in multi-clusters architectures, and is implemented as a - physically distributed -Synchronisation-Quad-Tree (SQT). The SQT topology is completely defined by the (x_size / y_size) parameters, with the following constraints:22 The ''giet_sqt_barrier_t'' can be used in multi-clusters architectures, and is implemented as a physically distributed Synchronisation-Quad-Tree (SQT). The SQT topology is completely defined by the (x_size / y_size) parameters, with the following constraints: 23 23 * The involved clusters form a mesh(x_size * y_size). 24 24 * The lower left involved cluster is cluster(0,0).