Changes between Version 5 and Version 6 of library_barrier


Ignore:
Timestamp:
Aug 12, 2014, 6:57:50 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_barrier

    v5 v6  
    2323
    2424The ''giet_sbt_barrier_t'' can be used in multi-clusters architectures, and is implemented as a physically distributed Sliced-Binary-Tree (SBT).
    25 To use this distributed barrier, some placement constraints must be respected:
     25The SBT topology is completely defined by the number of tasks, with the following constraints:
    2626 * 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.
    3031
    3132The available functions are: