Learn Fortran in Linux: Step-by-Step Guide

  • Context: Fortran 
  • Thread starter Thread starter marden
  • Start date Start date
  • Tags Tags
    Fortran Linux
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
marden
Messages
2
Reaction score
0
Hello,

I used to do schoolwork in Fortran (Compaq Windows version).
Couple weeks ago I decided to say "good-bye" to Windows and installed Mandriva Linux.

But now I'm quiet confused how program work in work. I see that nolonger I don't have beautiful white window to write program text or..?
Does anyone who explain to me how Fortran work in Linux. Which free or not-free Fortran program does exist? Where I write the program text and so on...I feel very miserable

Best wishes,
Marden in Estonia
 
Physics news on Phys.org
I personally use VI editor (which supports syntax highlighting) and g95, which is a free, open-source compiler. You might also need Make, which is a utility which can help build the executable.
 
If you want a cool looking free IDE to work on your code might want to try SunStudio, Anjuta, Geany, KDevelop for example. And most text editing tools in Linux have code highlighting properties.
 
minger said:
I personally use VI editor (which supports syntax highlighting) and g95, which is a free, open-source compiler. You might also need Make, which is a utility which can help build the executable.

This is my advice. If you were doing HPC stuff, there are better compilers but for classwork this is your best bet. Free and effective.