home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / fortran / 4245 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.0 KB

  1. Path: sparky!uunet!news.gtech.com!noc.near.net!hri.com!spool.mu.edu!uwm.edu!rpi!ghost.dsi.unimi.it!sisifo.arcetri.astro.it!sisifo!lfini
  2. From: lfini@sisifo (Luca Fini)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Running VAX-Fortran Code on IBM compatible PC
  5. Message-ID: <1992Nov9.151634.25699@arcetri.astro.it>
  6. Date: 9 Nov 92 15:16:34 GMT
  7. References: <1992Nov8.045246.5765@tamsun.tamu.edu>
  8. Sender: news@arcetri.astro.it
  9. Organization: Osservatorio di Arcetri
  10. Lines: 28
  11. X-Newsreader: TIN [version 1.1 PL6]
  12.  
  13. Arne Reykowski (reykowsk@ee.tamu.edu) wrote:
  14. : Hi, 
  15. : I have a question:
  16. : I wrote this realy nice piece of code using VAX Fortran.
  17. : Now I realized that it would be very appropriate to have it 
  18. : available on an IBM compatible PC. We do have a Microsoft Fortran
  19. : compiler, but I used STRUCTURE/MAP/UNION commands in my source code
  20. : which came very handy for my problems. These are not Fortran 77 comands,
  21. : so the PC compiler chokes on them. 
  22.  ... deleted ....
  23.  
  24. I've used a very handy utility by Sun Microsystem which was called "f77cvt".
  25. It was a VAX Fortran to Fortran 77 converter which used to be a piece of the
  26. Sun standard Fortran package. Very unfortunately now Sun ships a new 
  27. Fortran compiler which directly compile also Vax code and has not the
  28. separate converter anymore (I hate it!). I've kept a copy of the old
  29. f77cvt binary which still works just to solve the problem you state.
  30. It may not be a solution for you: you need a Sun Sparc to run it.
  31.  
  32. +------------------------------------------------------------------------+
  33. | Luca Fini                                                              |
  34. | Osservatorio Astrofisico di Arcetri     Tel.   +55 2752 253            |
  35. | L.go E.Fermi, 5                         Fax.:  +55 220039              |
  36. | 50125 Firenze                           e-mail: lfini@arcetri.astro.it |
  37. | Italia                                                                 |
  38. +------------------------------------------------------------------------+
  39.