- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fortran Compiler
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2010 08:13 AM
тАО02-25-2010 08:13 AM
A customer has received a RP3440 with HP-UX 11.23.
He needed Fortran 77, but the compiler preinstalled was f90.
He needs to know if it's possible to use f90 as f77 compiler, and if so, in which way.
Many thanks in advance for your help.
Pierluigi Cecchi
Solved! Go to Solution.
- Tags:
- f90
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2010 08:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2010 08:51 AM
тАО02-25-2010 08:51 AM
Re: Fortran Compiler
Not exactly the precise version. I gather
that these might say something serious:
what /opt/fortran90/bin/f90
f90 +version
I know nothing, but a quick Google search for
hp-ux fortran
led to a bunch of useful stuff.
http://h21007.www2.hp.com/portal/site/dspp/PAGE.template/page.document?ciid=c4080f1bace021100f1bace02110275d6e10RCRD
http://docs.hp.com/en/B3909-90002/index.html
Look for "77".
Fortran is FORTRAN, isn't it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2010 08:53 PM
тАО02-25-2010 08:53 PM
Re: Fortran Compiler
I'm not sure. You could just use f90. And if problems, look at f90(1) for "77" and select those individual options.
>Steven: Fortran is FORTRAN, isn't it?
Not sure your point?
All Fortrans are alike? :-)
Or Fortran should be spelled FORTRAN?
The last thing I heard was they gave up and that Fortran is Standard.
http://www.nag.co.uk/SC22WG5/
And before I abandoned COBOL, it was still spelled COBOL.
http://www.cobolstandard.info/wg4/wg4.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2010 07:19 AM
тАО02-26-2010 07:19 AM
Re: Fortran Compiler
the docs *seem* to suggest that it may be as simple as the extension on the source file, with .f or .F being f77 syntax, and .f90 being fortran 90.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2010 01:19 PM
тАО02-26-2010 01:19 PM
Re: Fortran Compiler
I haven't done any serious work with Fortran
since it was FORTRAN (and '77 was the new
thing), so I know nothing, but I had the
vague impression that all (or almost all) of
the old syntax was still legal, so that a new
compiler would (generally) be able to
tolerate old code.
It should be easy enough to run the
experiment.
A few pieces of old (simple) Fortran code
which I can find lying around on my VMS
system seem to go though the newer Fortran 90
compiler there ("the HP Fortran (formerly the
Compaq Fortran 90) compiler").