home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17007 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.2 KB  |  48 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!destroyer!gumby!smaug!samwise!matthews
  3. From: matthews@cs.hope.edu (Eric Matthews)
  4. Subject: Re: Distributed computing under Linux?
  5. Message-ID: <1992Nov18.001531.25375@cs.hope.edu>
  6. Sender: news@cs.hope.edu
  7. Reply-To: matthews@cs.hope.edu
  8. Organization: Hope College
  9. References: <1992Nov17.071212.19153@pool.info.sunyit.edu>
  10. Date: Wed, 18 Nov 1992 00:15:31 GMT
  11. Lines: 35
  12.  
  13. In article 19153@pool.info.sunyit.edu, ujlh@pool.info.sunyit.edu (James Henrickson) writes:
  14. > (or other forms of distributed processing) applications involving
  15. > free operating systems so we can make the most of our computers.  Anybody
  16. > have some interesting applications or ideas they would like to share with
  17. > us?
  18.  
  19.     There is one really neat, easy to use, freely available system for distributed
  20. processing on unix-machines.  PVM (Parallel Virtual Machine) developed at Oak Ridge
  21. National Laboratories, enables a network of heterogeneous computers to function
  22. as a single computing resource or multi-computer.
  23.  
  24.     PVM consists of two important parts.  First, there is a daemon that resides
  25. on all to be included in the multi-computer.  This daemon keeps track of PVM processes
  26. and communications between processes.  Second, there is a user library of functions
  27. that a programmer can employ to initiate processes, enroll processes with the PVM
  28. daemon, send or receive messages between processes, etc....
  29.  
  30.     PVM currently supports many different architectures, NEXT - SUN - SGI - CRAY -
  31. BUTTERFLY - THINKING MACHINE and more.  The source code is included with PVM so it can
  32. be compiled on just about any unix-type system.  I am new to LINUX so I haven't tied
  33. to install it on my LINUX box yet, there will probably be problems that will have to be
  34. worked out.  
  35.  
  36.     I have been using PVM on SUN SPARCstations for about six months now
  37. and have found that it is a very good.  I developed a distributed ray-tracing package
  38. called PHOTOSYNTHESIS that can significantly reduce rendering times for complicated
  39. images....
  40.  
  41.     I have just been looking for mail address for PVM and Oak Ridge and can't
  42. find it any where in my account.  I'll post a follow up later with the mail address.
  43. Sorry to tempt you and leave you cold, sorry!!
  44.  
  45.                         Eric J. Matthews 
  46.  
  47.  
  48.