home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / fortran / 4911 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.9 KB  |  47 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!psinntp!wisper!dowd
  3. From: dowd@wisper.com (Kevin Dowd)
  4. Subject: Re: rules for efficient programming in Fortran?
  5. Message-ID: <1993Jan5.030251.1271@wisper.com>
  6. Organization: home.
  7. References: <1993Jan3.203936.150@vms.huji.ac.il>
  8. Date: Tue, 5 Jan 1993 03:02:51 GMT
  9. Lines: 36
  10.  
  11. engel@vms.huji.ac.il writes:
  12. : Hello,
  13. : Do you have rules for efficient programming in FORTRAN
  14. : (or suggestions for reading appropriate books)
  15. : so that there is no excessive or unnecessary CPU? If so,
  16. : could you send them to me?
  17. : Thanks,
  18. : Micky Engel
  19. : (e-address: engel@hujivms.bitnet OR engel@shum.cc.huji.ac.il)
  20.  
  21. Interesting that you should bring that up...  I'm just putting the 
  22. finishing touches on a book about architectures, benchmarking and 
  23. tuning for publisher O'Reilly and Associates.  The book explains 
  24. how various RISC processors get their speed, and how to tweak 
  25. application code so that it "plays to" the processor and, perhaps 
  26. more importantly, the memory system.  It also explains how optimizing
  27. compilers work, how to profile programs and interpret the results, 
  28. and how to structure benchmarks.  To round things out, there is 
  29. material about distributed and shared memory parallel computers--
  30. what they are and how you program them.  
  31.  
  32. I think that you will find the book valuable if you are curious about 
  33. computer performance, if you need to understand benchmarks for 
  34. purchase decisions, or if you are looking for more performance from 
  35. a machine you already own.  We've worked hard to make it both 
  36. informative and enjoyable reading.  We hope you will like it.  
  37. I'm sorry that it's not available yet, but it will be out in the 
  38. not too distant future.
  39.  
  40. -Kevin
  41. --
  42. ----------------------------------------------------------------------
  43.      dowd@wisper.com -------------> dowd@atlantic.com
  44.                      (soon to be)
  45. ----------------------------------------------------------------------
  46. -- 
  47.