home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / fortran / 3007 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!chx400!sicsun!sicsun.epfl.ch!dubuf
  2. From: dubuf@sicsun.epfl.ch (Hans DU BUF)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Ultrix Fortran alternatives?
  5. Message-ID: <1992Aug13.122112@sicsun.epfl.ch>
  6. Date: 13 Aug 92 10:21:12 GMT
  7. References: <1992Aug11.210101.10249@nmt.edu>
  8. Sender: news@sicsun.epfl.ch
  9. Organization: Ecole Polytechnique Federale de Lausanne
  10. Lines: 25
  11.  
  12. In article <1992Aug11.210101.10249@nmt.edu>, dcuddihy@nmt.edu (David Cuddihy) writes:
  13. |> 
  14. |>     We are currently running with the Fortran that came with the Ultrix 4.2
  15. |> release and we have had troubles with inconsistencies, for example code that
  16. |> runs on our Suns, miscellaneous workstations at other sites, supercomputer
  17. |> machines, etc... don't compile or have slightly different functionality on
  18. |> the Ultrix f77(and occasionally vice-versa).
  19. |>     Since we are trying to write generic code, we aren't too interested in
  20. |> how to get it to run on the Ultrix(and hence not on all of the other machines)
  21. |> Instead we were wondering what other Fortran compilers there are out there...
  22. |> (If there was something public domain that could be imported via ftp, that'd
  23. |> be ideal!)
  24. |> 
  25. |> 
  26. |>                 Thanks in advance,
  27. |>                     -Dave
  28.  
  29. Does f77 mean the K&R portable compiler? I had some problems too, one was
  30. that I could not write to internal files. A pain.
  31. But now we have the ULTRIX FORT compiler, which is, as far as I can see,
  32. completely equivalent to the VMS compiler, and the sources can be compiled
  33. on any machine (sun, sg, cray, maspar, cm).
  34. One small problem was that the old Silicon Graphics f77 did not accept
  35. line comments starting with a !, but the new version does now.
  36. Hans
  37.