Fortran Where Can I Find Affordable Fortran Compilers for Scientific Computing?

  • Thread starter Thread starter Ingenium5
  • Start date Start date
  • Tags Tags
    Fortran
AI Thread Summary
Fortran 77 and Fortran 95 are the primary versions discussed for a scientific computing course. Users seeking compilers for Windows have several options, with Simply Fortran recommended for its ease of installation, costing a modest amount. Other resources include Intel's education offerings and the G95 compiler, which is available for free. While Fortran 99 is mentioned, it is clarified that the relevant versions are actually Fortran 77, 90, and 95. Fortran 95 is noted for its advanced features beneficial for high-performance computing.
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?
 
Technology 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:
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.

Similar threads

Replies
9
Views
4K
Replies
8
Views
4K
Replies
2
Views
4K
Replies
2
Views
15K
Replies
3
Views
5K
Replies
5
Views
3K
Replies
1
Views
4K
Replies
3
Views
4K
Replies
2
Views
6K
Back
Top