Where Can I Find Affordable Fortran Compilers for Scientific Computing?

  • Context: Fortran 
  • Thread starter Thread starter Ingenium5
  • Start date Start date
  • Tags Tags
    Fortran
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
4 replies · 3K views
Ingenium5
Messages
3
Reaction score
0
Hello all,

I need to learn to code in fortran 77 preferably or fortran 99 if 77 isn't available easily for a scientific computing course this fall. Does anyone know where I can obtain one of these compliers for somewhere between free and a few hundred dollars?
 
Physics news on Phys.org
If you are working on Linux, the answer is pretty trivial; in fact, you probably would not have even asked it...

...so, I presume you are working on Windows.

There are choices...for you and since it sounds that you are willing to pay money, I would suggest Simply Fortran ...it cost a few bucks but saves you the trouble of having to collect and install a few things by yourself.
 
Thanks man I appreciate it, just what I was looking for!
 
Ingenium5 said:
I need to learn to code in fortran 77 preferably or fortran 99 if 77 isn't available easily for a scientific computing course this fall.
There's is no "fortran 99", but there is Fortran 77, 90, 95.

Fortran 77 has a lot of punch card charm, that's somewhat funny, but anachronistic.

Fortran 95 is a good choice, e.g. because its FORALL statement is very interesting for HPC (High Performance Computing) and being motivated to code PURE from the very beginning is beneficial.

Ingenium5 said:
Does anyone know where I can obtain one of these compliers for somewhere between free and a few hundred dollars?

Assuming you're a student working on a Windows platform:

Checkout
http://software.intel.com/en-us/intel-education-offerings#pid-2460-93

and
http://ftp.g95.org/.

If ~$129 is ok for you, take intel.
 
Last edited: