Fortran Learn Fortran in Linux: Step-by-Step Guide

  • Thread starter Thread starter marden
  • Start date Start date
  • Tags Tags
    Fortran Linux
Click For Summary
Transitioning from Windows to Linux for Fortran programming can be challenging. Users recommend using the VI editor, which offers syntax highlighting, alongside the g95 compiler, a free and open-source option for compiling Fortran code. The Make utility is also suggested for building executables. For those seeking a more user-friendly experience, several integrated development environments (IDEs) are available, such as SunStudio, Anjuta, Geany, and KDevelop, which provide enhanced coding features. While g95 is suitable for educational purposes, more advanced compilers may be preferable for high-performance computing tasks.
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
 
Technology 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.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
71K
  • · Replies 13 ·
Replies
13
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 13 ·
Replies
13
Views
8K
  • · Replies 1 ·
Replies
1
Views
3K