1834261 Members
38406 Online
110066 Solutions
New Discussion

Fortran on HP-UX

 
SOLVED
Go to solution
Fred K. Abell Jr._1
Regular Advisor

Fortran on HP-UX

I am running HP-UX 11iv1 on J-Class workstations. We have the C/CC compiler from HP, but now need a FORTRAN compiler to work with some NIST software. Those in charge want to rid the lab of UNIX in general and won't spring for the $1200 for the software.

Has anyone used any open source FORTRAN compiler with success? Any suggestions on a good one?

Thanks in advanced.
Fred
4 REPLIES 4
Fabian Briseño
Esteemed Contributor
Solution

Re: Fortran on HP-UX

Hello Fred.
Personaly 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.
Knowledge is power.
Pete Randall
Outstanding Contributor

Re: Fortran on HP-UX

A google search for

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
Steven Schweda
Honored Contributor

Re: Fortran on HP-UX

I do approximarely nothing with Fortran
(formerly known as FORTRAN) these days, but
doesn't GCC include a Fortran compiler?

http://gcc.gnu.org/fortran/
OldSchool
Honored Contributor

Re: Fortran on HP-UX

g77 (gnu fortran) is now part of the gnu compiler suite, may be out of date or no longer "supported"

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.