Advice about Barriers (2)
- Guideline: if your script is operating in the symmetric style (all nodes execute all statements), never use barrier@
- If your script is operating in the master-worker style, master must ensure it calls a function on each worker that executes a barrier before it enters the barrier
- barrier; async barrier@others will not work.
Notes:
No notes for slide 37