home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / fortran / 2904 < prev    next >
Encoding:
Text File  |  1992-07-31  |  3.4 KB  |  64 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!destroyer!wsu-cs!splat.physics.wayne.edu!landman
  3. From: landman@hal.physics.wayne.edu (Joseph Landman)
  4. Subject: Watcom fortran (was Re: MS Fortran 5.1)
  5. Message-ID: <landman.52.712586398@hal.physics.wayne.edu>
  6. Keywords: fortran
  7. Sender: usenet@cs.wayne.edu (Usenet News)
  8. Organization: Department of Physics and Astronomy
  9. References: <chepan.711985212@gsusgi1.gsu.edu> <92Jul25.023932.18659@acs.ucalgary.ca> <1992Jul29.094840.7039@cadlab.sublink.org>
  10. Date: Fri, 31 Jul 1992 12:39:58 GMT
  11. Lines: 51
  12.  
  13. In article <1992Jul29.094840.7039@cadlab.sublink.org> martelli@cadlab.sublink.org (Alex Martelli) writes:
  14. [much deleted]
  15. >Get the "F77-386 -> F77 Delta Pack" for some trifling amount and you'll
  16. >be able to cleanse your disk of the MStuff...
  17.  
  18. Well, it depends a bit on the machine you run on.  In my office there is (at 
  19. the moment) a 286 on which I have installed watcom v9.0 delta pack (f77 
  20. compiler).  The compiler produces very nice (fast) code.  The main problem 
  21. with it is, it is a DOS memory hog, and it doesnt use EMS/XMS/Disk paging 
  22. to get more memory.  It required some fiddling about with my config.sys/
  23. autoexec.bat to give it enough memory to run (I have to remove the network 
  24. support from my machine to give it more ram, easy to accomplish using mark 
  25. and release).  The 386 version will not run on my machine, and I will not be 
  26. able to run it until I upgrade my motherboard to a 386 based machine.
  27.  
  28. The compiler itself is extremely good.  It generates code that runs rapidly 
  29. on a 5 Mhz 8088 based PC with 8087, as well as my 287 equipped box.  I am 
  30. very happy with the product, but I have some criticisms of it.  Mainly, it 
  31. eats up about 20 Meg of disk space.  That is expensive in terms of disk 
  32. real estate, to the average grad student whos office machine has a 40 meg 
  33. disk (80 meg with stacker).  The graphics library has no hooks into 
  34. MSwindows or OS/2 PM  (I do not want to write DOS applications all of my 
  35. life...).  The compiler cannot use XMS/EMS/disk swapping (growl....).  There 
  36. are mistakes in the manuals (graphics libs want single precision variables
  37. within certain ranges, and do no real error checking until they crash, 
  38. giving cryptic (and often incorrect) messages).  The debugger cannot debug 
  39. moderately sized programs.
  40.  
  41. Many of my problems could be solved by the inclusion of DOS/16M in the 
  42. package.  My office machine has 6.5 meg extended mem and 2 meg expanded, so 
  43. I would like some minimalistic virtual memeory scheme.  Maybe I should find 
  44. a copy od OS/2 v 1.3, and use it instead of dos 5.0....
  45.  
  46. These comments pertain to the delta pack, I cannot yet test the 386 
  47. compiler.  All in all, I am pleased.  The help lines at watcom are friendly, 
  48. quick, and reachable by email.
  49.  
  50. I am in no way connected financially or otherwise, to watcom.  I am a 
  51. satisfied customer.
  52.  
  53. Joe Landman
  54.  
  55. ps: You cant beat their 250$ price for a fortran compiler (until FSF comes 
  56. out with theirs...)
  57. #,:::::::;,   ::            Joe Landman  Graduate Student (PhD),
  58. #    ::       ::            Computational Solid State Physics.
  59. #;:  ::       ::            Physics Dept., Wayne State Univ.   
  60. #`::::; oe    ;:::; andman  666 Hancock Avenue, Detroit MI 48202 
  61. #Internet: landman@hal.physics.wayne.edu landman@rhic2.physics.wayne.edu
  62. #          kil@pandora.cs.wayne.edu  jland@ss0.eng.wayne.edu
  63. #ATTnet: (313) 577-2720
  64.