TEST OF CORRECTNESS
===================

These programs are all needed to test the correct translation and the
correct execution of the parallelized program.

bench.f
=======

   Circular Shifting through nodes

   -----    -----    -----    -----    -----    -----    ----
   |   |    |   |    |   |    |   |    |   |    |   |    |   |
   |   | -> |   | -> |   | -> |   | -> |   | -> |   | -> |   |
   |   |    |   |    |   |    |   |    |   |    |   |    |   |
   -----    -----    -----    -----    -----    -----    ----

   data (size,nodes)     size bytes are shifted
   
   transfers: number of circles

   O.K. message is given

