home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / cray / 352 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1023 b   |  31 lines

  1. Newsgroups: comp.unix.cray
  2. Path: sparky!uunet!europa.eng.gtefsd.com!emory!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!riverside.mr.net!noc.msc.net!uc.msc.edu!raistlin!timbuk.cray.com!hemlock.cray.com!dsj
  3. From: dsj@juniper12.cray.com (Douglas Jackson)
  4. Subject: Re: Is there a C++ compiler for the Cray?
  5. Message-ID: <1993Jan27.125711.2073@hemlock.cray.com>
  6. Originator: dsj@juniper12
  7. Lines: 18
  8. Sender: dsj@juniper12 (Douglas Jackson)
  9. Nntp-Posting-Host: juniper12
  10. Organization: Cray Research, Inc.
  11. Date: 27 Jan 93 12:57:11 CST
  12.  
  13.  
  14. Yes, there is a C++ compiler on the Cray.  Actually
  15. it is a C++ to C frontend and a C compiler.  The
  16. site needs a license for both C++ and C.
  17.  
  18. There is Automatic vectorization in the C compiler.  It
  19. is as good as FORTRAN (same optimizer).  Of course if you
  20. are using pointers then it may not be capable of
  21. disambiguating the pointer references.  It may
  22. conditionally vectorize then or you can insert
  23. directives to let the optimizer know that there
  24. are no dependencies.
  25.  
  26. -Doug.
  27. -- 
  28.  
  29.  
  30.     -Doug
  31.