- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fortran on HP-UX
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
Forums
Discussions
Discussions
Discussions
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
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
11-12-2009 08:19 AM
11-12-2009 08:19 AM
Has anyone used any open source FORTRAN compiler with success? Any suggestions on a good one?
Thanks in advanced.
Fred
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2009 08:27 AM
11-12-2009 08:27 AM
SolutionPersonaly I have not used Fortran compilers but I googled and found this.
http://www.g95.org/
have a look, It states it's free, hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2009 08:28 AM
11-12-2009 08:28 AM
Re: Fortran on HP-UX
hp-ux OR hpux AND fortran AND "open source"
turned up this:
http://www.thefreecountry.com/compilers/fortran.shtml
Not necessarily a "good" one but I haven't seen many open source Fortran compilers for hpux.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2009 08:43 AM
11-12-2009 08:43 AM
Re: Fortran on HP-UX
(formerly known as FORTRAN) these days, but
doesn't GCC include a Fortran compiler?
http://gcc.gnu.org/fortran/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2009 08:48 AM
11-12-2009 08:48 AM
Re: Fortran on HP-UX
gfortran and g95 are out, but don't appear to have an HP-UX bundle, so you would have to "roll your own".
And then there is always the question of which varient of the language you need to support.
the other thing is that some of the above are already packaged to run under windows or cygwin.