home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18345 < prev    next >
Encoding:
Text File  |  1992-11-23  |  3.3 KB  |  72 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!convex!constellation!geohub.gcn.uoknor.edu!dwight
  3. From: dwight@geohub.gcn.uoknor.edu (Dwight D. Moore)
  4. Subject: Re: Question on OpenVMS and VAX FORTRAN
  5. Originator: usenet@kittyhawk.ecn.uoknor.edu
  6. Sender: usenet@constellation.ecn.uoknor.edu (Usenet Administrator)
  7. Message-ID: <By6FK9.C79@constellation.ecn.uoknor.edu>
  8. Date: Mon, 23 Nov 1992 16:09:44 GMT
  9. Distribution: comp.lang.fortran
  10. Reply-To: dwight@geohub.gcn.uoknor.edu
  11. References:  <1992Nov22.152400.14845@doug.cae.wisc.edu>
  12. Nntp-Posting-Host: kittyhawk.ecn.uoknor.edu
  13. Organization: Geosciences Computing Network, Univ. of Oklahoma
  14. Keywords: Fortran, shareable images, MACRO, RTL 
  15. Lines: 55
  16.  
  17. In article <1992Nov22.152400.14845@doug.cae.wisc.edu>, dafnioti@cae.wisc.edu (Petros Dafniotis)
  18. writes:
  19. |>Newsgroups: comp.os.vms
  20. |>Path:
  21. |>constellation!convex!convex!darwin.sura.net!spool.mu.edu!uwm.edu!zazen!doug.cae.wisc.edu!dafnioti
  22. |>From: dafnioti@cae.wisc.edu (Petros Dafniotis)
  23. |>Subject: Question on OpenVMS and VAX FORTRAN
  24. |>Organization: College of Engineering, Univ. of Wisconsin--Madison
  25. |>Distribution: comp.lang.fortran
  26. |>Date: 22 Nov 92 15:24:00 CST
  27. |>Message-ID: <1992Nov22.152400.14845@doug.cae.wisc.edu>
  28. |>Summary: Information requested 
  29. |>Keywords: Fortran, shareable images, MACRO, RTL 
  30. |>Lines: 27
  31. |>
  32. |>I have a few questions regarding the new Alpha systems running OpenVMS.
  33. |>In my research group we decided to purchase one Alpha now and soon more.
  34. |>However, we do have thousands and thousands lines of code on our VAX/VMS
  35. |>cluster that we shall need to port. 99.9% of the code is in VAX FORTRAN
  36. |>and the remaining are in C and MACRO. The questions are"
  37. |>(*) will shareable images be available in OpenVMS right away the same way
  38. |>   as in VAX/VMS
  39. |>(*) will OpenVMS fortran be 100% compatible (as language not binaries of
  40. |>    course) with VAX fortran?
  41. |>(*) are all the wonderful SYS$,LIB$,SMG$ etc routines of system and RTL be
  42. |>    in openVMS totally compatible with the VAX/VMS?
  43. |>(*) in conclusion: can someone give me some information regarding what will
  44. |>    be different in OpenVMS wrt VAX/VMS (other than binaries and possibly
  45. |>    fundamental types eg. longwords etc)?
  46. |>(*) can someone point me to a source (ftp,journal,book) where i can learn
  47. |>    more about alpha and OpenVMS?
  48. |>
  49. |> E-mail or response on the net is fine. I will summarize the responses in
  50. |>any case if there is sufficient interest.
  51. |>
  52. |>  Thank you very much in advance for your time.
  53. |>
  54. |>                        Petros Dafniotis
  55. |>                        Graduate Student
  56. |>                        Chem Engr Dept,UW-Madison
  57. |>                    e-mail:    dafnioti@cae.wisc.edu
  58.  
  59. I ported two models written in FORTRAN to the OpenVMS AXP 1.0, and had no problems,
  60. but I didn't have alot of system calls to deal with. The main problem can be in memory
  61. alignment, especially if you use structures. This can cause real performance problems.
  62. The Alphas come with some documentation on migration, problems, and workarounds
  63. and descriptions of things to watch out for, like alignment and shared images.
  64. ----------------------------------------------------------------------------
  65. Dwight D. Moore
  66. Geosciences Computing Network
  67. University of Oklahoma
  68.  
  69. dwight@geohub.gcn.uoknor.edu (129.15.40.10)
  70. These opinions do not necessarily represent the opinions of OU or the GCN.
  71. ----------------------------------------------------------------------------
  72.