home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / adaptor.zip / adapt.zip / adaptor / examples / dalib / move / readme < prev    next >
Text File  |  1993-06-28  |  430b  |  17 lines

  1. These programs are used to verify the correctness of moving
  2. distributed array sections, e.g.
  3.  
  4.     a(x1:x2,y1:y2) = b(3,x1:x2,y1:y2)
  5.  
  6. All programs have to be translated with -H flag.
  7.  
  8. simple1.f           all these programs are checking their results
  9. simple2.f
  10. simple3.f
  11. simple4.f
  12.  
  13. move2.f             for these programs one can test different features
  14. move3.f             for different numbers of dimensions (1-6)
  15. move3a.f
  16. move4.f
  17.