home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / adaptor.zip / readme.1st < prev   
Text File  |  1994-01-04  |  2KB  |  39 lines

  1.           ADAPTOR (Automatic DAta Parallelism TranslatOR)
  2.                      for OS2 2.x platform.
  3.  
  4.  
  5.    ADAPTOR (Automatic DAta Parallelism TranslatOR) was developed
  6. by the German National Institute for Computer Science. It is a
  7. tool that transforms data parallel programs written in Fortran with
  8. array extensions, parallel loops and layout directives to parallel
  9. programs with explicit message passing. ADAPTOR supports heterogeneous
  10. workstation configuration via the use of PVM (Parallel Virtual Machine)
  11. as the message passing model.
  12.  
  13. PVM is a software system that enables a collection of heterogeneous
  14. computers to be used as a coherent and flexible concurrent computational
  15. resource.
  16.  
  17.   The individual computers may be shared- or local-memory multiprocessors,
  18. vector supercomputers, specialized graphics engines, or scalar
  19. workstations, that may be interconnected by a variety of networks,
  20. such as ethernet, FDDI.
  21.  
  22.   User programs written in C, C++ or Fortran access PVM through library
  23. routines.
  24.  
  25.    This port to OS2 platform uses my recently released port of PVM to
  26. OS2 (you can find it on ftp-os2.cdrom.com in /pub/os2/2_x/program
  27. as a file called pvm3os2b.zip). Than means, that you essentially need
  28. to get PVM for OS2 in order to do anything sensible with this port
  29. of ADAPTOR. PVM needs at least base package of TCP/IP v2.0 from IBM,
  30. because its message passing mechanism is based on TCP/IP software
  31. suite. For both ADAPTOR you need emx and f2c - excellent port of
  32. Fortran to C translator by Roger Fearick (can be found in the same
  33. directory as PVM). I also assume that you have two GNU file manipulation
  34. utilities - mv and rm.
  35.  
  36.  
  37.                                        Jan Ftacnik
  38.                                 ftacnikj@fnal05.fnal.gov
  39.