Fortran Free Fortran g90 compilers for windows xp

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Fortran Windows
AI Thread Summary
The discussion centers on finding a suitable Fortran development environment for someone with minimal programming experience, specifically for working with code from a g90 environment. The user is looking for a free alternative to DIGITAL Visual Fortran 5.0, which is commonly used by colleagues but not accessible for personal use. Recommendations include g95, noted for its effective debugging options and good documentation, though it may not generate the fastest executables compared to Intel Fortran (ifort). The installation process for g95 on Windows is described as straightforward, involving a self-extracting x86 binary. The Gnu General Compiler (GCC) with gfortran is also mentioned, though the user has limited experience with it. The discussion suggests that these compilers work well in Linux environments, but may require additional setups like Cygwin for Windows compatibility. Overall, the focus is on finding a user-friendly, cost-effective solution for editing and debugging Fortran code.
Saladsamurai
Messages
3,009
Reaction score
7
I know there are tons of them out there, but I am looking for a recommendation on one. I know absolutely nothing about Fortran and very little about programming in general. I do know that I will be inheriting a bunch of code that was written in a g90 environment (if that is even the correct terminology).

I just need to know exactly what I will need to run and edit the code. I know that to edit it, all I really need is notepad, but I wouldn't mind an environment that helps with the debugging process.

I know that most of the guys around my lab are using DIGITAL visual fortran 5.0. But they are all sharing from 1 disc which is out of the question for me since this a university computer (and because I'm a good boy :wink: ). But I would like to keep it as comparable as possible. Any good recommendations for something free that is comparable to DIGITAL visual fortran 5.0?

Any advice is appreciated :smile:
 
Technology news on Phys.org
I've used g95 extensively with great success. It doesn't produce as fast executables as say, Intel Fortran (ifort), but the debugging options are still great, and the documentation is fantastic.

As far as installing a compiler such as that, it should be fairly straightforward. For Windows, it appears that there is a self-extracting x86 binary, which should get you good to go.

There is also the Gnu General compiler (GCC), which has gfortran in it. I don't have a lot of experience with it though.

I know that these run great under Linux environments, I can't say a lot about under Windows. You may have to run Cygwin or something like that to get these to work. I would assume there is decent documentation and how-tos online and at the respective websites.
 
Hi there minger! So what did you actually install to use g95?
 
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.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

Replies
4
Views
5K
Replies
3
Views
1K
Replies
33
Views
216K
Replies
2
Views
15K
Replies
4
Views
71K
Replies
2
Views
4K
Back
Top