home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / HyperActiveFTP / data.paragon < prev    next >
Encoding:
Text File  |  1992-04-15  |  1.7 KB  |  44 lines

  1. Paragon is a collection of data-parallel program constructs
  2. implemented in C++.  Paragon is intended to be a research vehicle for
  3. investigating issues for parallel execution of large-scale scientific
  4. programs.  We use it to develop and evaluate parallel programming
  5. constructs and techniques.  We also use it in the Parallel Processing
  6. course at Cornell to demonstrate the data-parallel programming
  7. paradigm. 
  8.  
  9. What does it run on?
  10. There are two versions of the Paragon library.  The uniprocessor
  11. version should run on any machine with a working C++ compiler.  It is
  12. known to work on Sun workstations with either AT&T's Cfront 2.0
  13. compiler or GNU's g++ 1.39.0  The uniprocessor version has also been
  14. tested on, the IBM RS 6000 and 3090 computers.
  15.  
  16. The multiprocessor version should run on the Intel iPSC/2 and iPSC/860
  17. hypercube.  The multiprocessor version has also been ported to the
  18. Parallel Virtual Machine (PVM).  This release of Paragon supports PVM
  19. to provide parallel execution on heterogeneous networks of
  20. workstations. 
  21.  
  22. How do I get it?
  23. The paragon release is provided in three tar files.  The complete
  24. distribution is available on tesla.ee.cornell.edu in:
  25. pub/paragon/paragon-1.1.tar.Z
  26.  
  27. If you're just interested in the serial version, get
  28. pub/paragon/uniproc.tar.Z
  29.  
  30. If you're just interested in some reading material, the LaTeX source
  31. and raw postscript for the Paragon User's Guide is available in
  32.  
  33. pub/paragon/uguide.tar.Z.  
  34.  
  35. The Paragon paper presented at the 1991 International Conference on
  36. Parallel Processing is available as 
  37. pub/paragon/ICPP-91.ps.Z 
  38.  
  39. and an updated version of this paper is included as
  40. pub/paragon/ICPP-91_revised.ps.Z
  41.  
  42. Please send all comments, suggestions, bug reports, and complaints to
  43. paragon@ee.cornell.edu
  44.