home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / misc / 27941 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!gatech!hubcap!tlihsin
  3. From: tlihsin@hubcap.clemson.edu (lih-sin the)
  4. Subject: Re: Fortran under OS2
  5. Message-ID: <1992Aug21.182319.110@hubcap.clemson.edu>
  6. Organization: Clemson University
  7. References: <20AUG199215502516@elroy.uh.edu>
  8. Date: Fri, 21 Aug 1992 18:23:19 GMT
  9. Lines: 30
  10.  
  11. elee969@elroy.uh.edu (Brown, William J.) writes:
  12.  
  13.  
  14. >I am not at all familiar with the world of OS2, so I'm hoping that someone might
  15. >answer a few questions for me.  As part of my research, I do quite a bit of 
  16. >fortran programming which requires the use of rather large arrays.  When I try
  17. >to run these programs thru Windows, I find I have to do quite a bit of tweaking
  18. >with the compiler settings just to get them to run.  Even then, I still don't 
  19. >get the correct answers, so I suspect my problem is the wacky memory limitations
  20. >of dos.  Anyway, my question is - Are there fortran compilers for OS2 that will
  21. >allow me to run these large programs without having to worry about memory?  I 
  22. >know that the MS fortran is supposed to run under OS2 but I am quickly losing
  23. >faith in it.  Also, I have a 386/40 with 8 megs of ram, is this machine capable
  24. >of handling OS2?  How big should my hard drive be?  Right now I have a 40 meg
  25. >hd which is compressed with Stacker, but I have heard that Stacker is not 
  26. >compatible with OS2.  Any input will be greatly appreciated.
  27.  
  28. >William Brown
  29. >Applied Electromagnetics Group
  30. >Univ. of Houston
  31.  
  32.  
  33. I use f2c to translate my fortran program to C, and then use gcc or any
  34. C compiler to run my program in OS2. Both f2c and gcc is in
  35. ftp-os2.nmsu.edu. gcc/2 version 2.2.2 have been uploaded recently in
  36. /pub/download/gcc2-2.2.2. Since f2c and gcc are written for OS2, this 
  37. should run about two times faster than MS fortran which was written for
  38. 16 bits machines.
  39. .
  40.  
  41.