Changes between Version 14 and Version 15 of library_barrier


Ignore:
Timestamp:
Jul 23, 2015, 8:06:00 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_barrier

    v14 v15  
    2020== B) Distributed Barrier ==
    2121
    22 The ''giet_sbt_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:
     22The ''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:
    2323 * The involved clusters form a mesh(x_size * y_size).
    2424 * The lower left involved cluster is cluster(0,0).