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

  1. This directory contains FORTRAN routines to test the reduction functions
  2. ========================================================================
  3.  
  4. bool.f
  5. ======
  6.  
  7.     maximal number of processors is 3
  8.  
  9. integer.f
  10. =========
  11.  
  12.     maximal number of processors is 3
  13.  
  14.     Output:
  15.  
  16.     SUM: Result is           20 should be           20
  17.     PRODUCT: Result is          210 should be          210
  18.     MINVAL: Result is            3 should be            3
  19.     MAXVAL: Result is           10 should be           10
  20.     IALL: Result is            2 should be            2
  21.     IANY: Result is           15 should be           15
  22.     IPARITY: Result is           14 should be           14
  23.  
  24. loctest.f
  25. =========
  26.  
  27.     maximal number of processors is 5
  28.  
  29.     Result:
  30.  
  31.     A: minval =            0 minpos =            3
  32.     B: minval =            1 minpos =            4           2
  33.  
  34. real.f
  35. ======
  36.  
  37.     maximal number of processors is 3
  38.