Fortran Top Free FORTRAN Compiler for CFD Applications

  • Thread starter Thread starter Aero51
  • Start date Start date
  • Tags Tags
    Compiler Fortran
AI Thread Summary
A user is seeking a free and reliable FORTRAN compiler for computational fluid dynamics (CFD) applications, noting the difficulty in finding such compilers compared to C++. The recommended option is gfortran, identified as a standard free FORTRAN compiler, although the user encountered issues with the .bz file format during the download process. Another user suggests using 7-zip to extract the .bz2 file. Additionally, the discussion mentions Plato, a FORTRAN 95 compiler with updates, and Intel's paid FORTRAN compiler, which is noted for its quality but high cost. Simply Fortran is also highlighted as a user-friendly option for Windows, available for $25, which some consider reasonable given its features. g95 is recommended as a free alternative that is easy to install and creates standalone executable files without requiring additional libraries.
Aero51
Messages
545
Reaction score
10
Hey PF, I'm looking for a free and reliable compiler for FORTRAN; the application will be for CFD. Unlike C++, FORTRAN compilers seem harder to find. If anyone can provide some insight besides "do a google search" that would be great, thanks.
 
Technology news on Phys.org
I've had a course on numerical analysis where we used fortran. A free compiler that they told us to get at home is gfortran. I think it may be the standard free fortran compiler.
 
I found that compiler after about 2 hours of searching. The download file is in .bz format of which I have no idea how to open.
 
Aero51 said:
I found that compiler after about 2 hours of searching. The download file is in .bz format of which I have no idea how to open.

I've done a quick google research, it seems that you can extract the .bz2 file using the program 7-zip (free, that you can download here: http://www.7-zip.org/).
 
I actually downloaded a compiler for FORTRAN 95, Plato. Ill probably check this one out too since it has 2003 updates. Thanks for the help.
 
You can look for compilers for your platform at The Fortran Company.

If you are Windows a nice choice I learned of lately is Simply Fortran. As we know, you cannot close open source or charge for free source, nevertheless, you may charge for the service of compiling it, collecting it, delivering it on media, making it easier to install...the way I see, the people at Simply Fortran are doing that and then some...they are also providing a GUI of their own. In any case, I think $25 is a reasonable fee; heck, some text editors may cost that much and they don't come with a Fortran compiler.

my 2 cents

gsal

P.S. ...no, I am not related to Simply Fortran in anyway
 
  • #10
With a weekly budget of $100, $25 isn't cheap!
 
  • #11
Aero51 said:
With a weekly budget of $100, $25 isn't cheap!

I just want to second the suggestion for g95. http://www.g95.org/downloads.shtml

- Free and without and "nags"

- Easy one file windows self extracting download. (g95-MiniGW.exe)

- Will create "stand alone" exe files (that run without needing extra libraries installed).

Definitely worth giving this one a try.
 
Back
Top