What Fortran90 Compiler Should I Use for Linux?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
carbon9
Messages
46
Reaction score
0
Hi folks,

I'm using Mandriva 2008 for some time and I now have to compile a program using fortran compiler. I've installed gcc f95 compiler and Intel FC but the compiling gives error when I use

ifort myfile.f
and
g95 myfile.f

In the manual of the program that I'll compile with fortran compiler, it is written as

f90 myfile.f

I think it calles a compiler using f90. Which fortran compiler is it and how can I install it?

Regards,

PS. I'm using fortran the first time:)
 
Physics news on Phys.org
The gnu fortran compiler is g95 (http://www.g95.org/)
The book is probably just written assumign that you are using any fortran 90 compiler.

What is the error you are getting - is it a fortran error or an isntall problem with the compiler?