home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / 18660 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  3.5 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!doc.ic.ac.uk!cc.ic.ac.uk!imperial.ac.uk!vulture
  2. From: vulture@imperial.ac.uk (Thomas Sippel - Dau)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: Indigo R4k/IBM 6k comparison
  5. Message-ID: <1993Jan11.124442.16695@cc.ic.ac.uk>
  6. Date: 11 Jan 93 12:44:42 GMT
  7. References: <8378@news.duke.edu>
  8. Sender: vulture@carrion.cc.ic.ac.uk (Thomas Sippel - Dau)
  9. Reply-To: cmaae47@imperial.ac.uk
  10. Organization: Imperial College of Science, Technology and Medicine
  11. Lines: 58
  12. Nntp-Posting-Host: cscgc
  13.  
  14. In article <8378@news.duke.edu>, rla@canctr.mc.duke.edu writes:
  15. - Greetings.  We are considering a purchase of a set of 4 workstations to be
  16. - linked together.  Objectives are mainly processing (number-crunching) power
  17. - plus the ability to run the GCG DNA sequence analysis suite of programs.
  18. - The two remaining candidates are SGI (R4000-based) vs. IBM RS6000s.
  19. - Anyone with experience on both platforms, including service and reliability
  20. - and UNIX performance, please let me know your thoughts.  Overall system
  21. - speed is a major consideration.  The IBM is not yet GCG-ready, but a
  22. - beta-version will supposedly be ready soon.
  23. - Thanks.
  24.  
  25. On number crunching, the RS/6000 chip will be about five times as fast as 
  26. the R4000 on a cycle basis. This means that for a program that has
  27.  
  28.      do 10 i = 1, n
  29.   10 sum = sum + x1(i)*y1(i) + x2(i)*y2(i) + x3(i)*y3(i) + x4(i)*y4(i)
  30.  
  31. as the inner loop where it spends its time, the R4000 will spend about
  32. 100 cycles on that loop, while the RS/6000 will do it in about 20. You can
  33. therefore expect a 100 MHz R4000 to need 2.5 times as much time as a 50 MHz
  34. RS/6000. The actual numbers are data dependent, because the RS/6000 needs
  35. a cycle more for a floating point instruction if the result after 
  36. normalisation is 0.
  37.  
  38. Having said that, if you want to do DNA sequence analysis, than I guess you
  39. need fast disk access and generate graphics interactively with good response
  40. times, and unfortunately that is where the IBM machines do not shine.
  41. If there is a number crunching job with reasonable paging in the background,
  42. the IBMs I have used here feel decidedly heavy going, while you hardly 
  43. notice it on an Indigo.
  44.  
  45. Regarding service and reliability, both systems come with a fair sprinkling
  46. of bugs and features you may find undesirable, and hardware reliability 
  47. is similar (especially that of third party disks and memory :-). It more
  48. depends on whether the actual bugs bite you or leave you alone. The "I wanna
  49. do it exactly as on my standard BSD 4.x system" approach is guaranteed to 
  50. lead to tears on both.
  51.  
  52. IBM has tried to make the system safe by conservative design, while SG often 
  53. takes a more aggressive or "risky" approach - maybe it is just that IBM 
  54. systems take longer until the organisation ships them, the old big firm
  55. vs small firm argument.
  56.  
  57. We have however found in several cases that when a user maintained system 
  58. suffers an unexplained failure which causes people to react in panic and destroy
  59. whats left of it by mistaken recovery attempts, then the IRIS will normally
  60. be up again by the third day, the IBM by the fifth. Notabene this is from
  61. a small number of incidents. 
  62.  
  63. Hope this helps.                        Thomas
  64.  
  65. -- 
  66. *** This is the operative statement, all previous statements are inoperative.
  67. *   email: cmaae47 @ ic.ac.uk (Thomas Sippel - Dau) (uk.ac.ic on Janet)
  68. *   voice: +44 71 589 5111 x4937 or 4934 (day), or +44 71 823 9497 (fax)
  69. *   snail: Imperial College of Science, Technology and Medicine
  70. *   The Center for Computing Services, Kensington SW7 2BX, Great Britain
  71.