flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

exp: add the barrier in the producer-consumer experiment script generation #5

Closed JaeseungYeom closed 1 year ago

JaeseungYeom commented 2 years ago

In the script that generates job scripts for experimenting producer-consumer patterns, a barrier is used before starting any of producer and consumer such that they all can start at the same time regardless of the scheduler delay. This is to help obtain better measurements.