PAPERS & barrier def'n

Bohn Christopher A Capt AFRL/IFSD Christopher.Bohn@sn.wpafb.af.mil
Fri, 4 Jun 1999 12:48:09 -0400


http://garage.ecn.purdue.edu/~papers/  <-- PAPERS home page

A barrier is used to synchronize processes.  If you need multiple processes
to all be at a certain point in their execution at the same time (e.g., to
prevent race conditions), barrier synchronization is generally what you'll
want.  Compare/contrast this with the implicit synchronization that happens
when you block for communication.

Take care,
cb
*-*-*-*-*                                                     *-*-*-*-*
Christopher A. Bohn, Capt, USAF     || christopher.bohn@sn.wpafb.af.mil
Digital Simulation Systems Engineer || cbohn@computer.org
Collaborative Simulation Technology ||
          and Applications Branch   || v (937)255-4429x3576  (DSN785)
Information Directorate             || f (937)255-4511       (DSN785)
Wright Research Site                ||
Air Force Research Laboratory       || http://members.aol.com/EngrBohn/
         http://www.if.afrl.af.mil/div/IFS/IFSD/IFSD_home.html
*-*-*-*-*                                                     *-*-*-*-*


> -----Original Message-----
> From: Christoph Wasshuber [mailto:wasshub@spdc.ti.com]
> Sent: Friday, June 04, 1999 8:34 AM
> To: beowulf
> Subject: PAPERS
> 
> 
> Where can I find more information on
> PAPERS?
> 
> Chris....
> 



> -----Original Message-----
> From: Christoph Wasshuber [mailto:wasshub@spdc.ti.com]
> Sent: Friday, June 04, 1999 8:13 AM
> To: beowulf
> Subject: barriers
> 
> 
> What are 'barriers'? Please enlighten me.
> 
> Chris....
>