home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / atari / st / 12473 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.5 KB

  1. Path: sparky!uunet!mcsun!uknet!ox-prg!culhua.comlab!adrian
  2. From: adrian@robots.ox.ac.uk (Adrian Cox)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: Utterly bizarre idea for Atari
  5. Message-ID: <ADRIAN.92Aug18142018@percy.robots.ox.ac.uk>
  6. Date: 18 Aug 92 13:20:18 GMT
  7. References: <1992Aug17.233720.6633@fcom.cc.utah.edu> <1992Aug18.110632.426@ulrik.uio.no>
  8. Sender: news@comlab.ox.ac.uk
  9. Organization: Robotics Research Group, Oxford University
  10. Lines: 21
  11. In-reply-to: jarleb@athena.uio.no's message of 18 Aug 92 11:06:32 GMT
  12.  
  13. In article <1992Aug18.110632.426@ulrik.uio.no> jarleb@athena.uio.no (Jarle Brinchmann) writes:
  14.    Since I have never programmed any parallel processing machines I won't
  15.    make any
  16.    statements concerning the simplicity og lack of it, but those at our
  17.    institute that
  18.    uses Cray, says it's no big deal, nowadays. As long as your program can
  19.    be vectorized
  20.    it should pose no big trouble. I'm talking here about scientific
  21.    calculations, 
  22.    I guess Word-procs should be a bit worse.
  23.                    Jarle.
  24.  
  25. Vectorising is a technique for speeding large chunks of arithmetic,
  26. such as matrix addition.  The Cray supercomputer is designed for large
  27. number crunching, and does it very well.  What I have not heard of is
  28. a parallel architecture good for interactive programs such as word
  29. processors and art packages.  Though these could be split between
  30. several processors, I don't know of any useful way to make them scale
  31. so that doubling the number of processors doubles the performance.
  32.  
  33. - Adrian
  34.