next up previous contents
Next: Overlapping Communication with Computation Up: Programming Using the Message-Passing Previous: Sending and Receiving Messages   Contents

Examples; Buffer Limit, Barrier, Collective Communications.

  1. Determining the amount of MPI buffering; http://siber.cankaya.edu.tr/ParallelComputing/cfiles/buflimit.cprogram
  2. Benchmarking collective barrier; http://siber.cankaya.edu.tr/ParallelComputing/cfiles/barrier.cprogram
  3. Broadcast and non-blocking receive; http://siber.cankaya.edu.tr/ParallelComputing/cfiles/send-recv7.cprogram
  4. MPI_Scatter; http://siber.cankaya.edu.tr/ParallelComputing/cfiles/scatter.cprogram
  5. MPI_Gather; http://siber.cankaya.edu.tr/ParallelComputing/cfiles/gather.cprogram

next up previous contents
Next: Overlapping Communication with Computation Up: Programming Using the Message-Passing Previous: Sending and Receiving Messages   Contents
Cem Ozdogan 2006-12-27