Fortran 90 installation assistance

Click For Summary

Discussion Overview

The discussion revolves around the installation and setup of Fortran 90 on a MacBook Pro, particularly in the context of a Physics B.Sc. course. Participants explore various integrated development environments (IDEs) and tools that could facilitate this process, as well as considerations regarding cost and compatibility.

Discussion Character

  • Technical explanation
  • Exploratory
  • Homework-related

Main Points Raised

  • One participant expresses uncertainty about how to install Fortran 90 and seeks guidance, mentioning a preference for free options.
  • Another participant suggests installing gfortran, the GNU Fortran 95 compiler, providing a link for further information.
  • A different participant recommends using the Plato IDE, highlighting its support for multiple programming languages and its free availability.
  • Another contribution notes that Eclipse can support Fortran 77 through the Photran plugin and discusses the potential of using Maven for project management, including links to relevant resources.
  • There is a suggestion to consider using text editors like gedit, vim, or sublime in combination with Maven for syntax highlighting and project management.

Areas of Agreement / Disagreement

Participants present multiple options for IDEs and tools, indicating a lack of consensus on the best approach for installing and using Fortran 90. Various suggestions are made without a clear agreement on a single solution.

Contextual Notes

Some participants mention specific versions of Fortran and tools, which may imply dependencies on particular setups or configurations. The discussion does not resolve which IDE or tool is definitively the best choice for the user's needs.

Who May Find This Useful

Individuals seeking to install and set up Fortran 90, particularly students in physics or related fields, may find the shared experiences and recommendations helpful.

SalfordPhysics
Messages
68
Reaction score
1
Like so many before, I have a unit over the next year using Fortran 90 as part of my Physics B.Sc.

In advance, I'd like to get it up an running on my MacBook Pro, but having read various threads over the internet I'm not so sure on what to do. I don't want to pay a penny, but if it is the only option then it will have to be done.

Is there an equivalent to eclipse for java that I need... can eclipse do this... am I barking up the wrong tree?
Any assistance or good re-direction will be very much appreciated.

Thanks.
 
Technology news on Phys.org
I use plato IDE. It's very useful. In addition to fortran, it does support other pro languages such as C\C++ ,java and so on. It is free and you can download it from the internet.
 
Eclipse supports FORTRAN 77 with Photran plugin package:

http://www.eclipse.org/photran/

You might be able to use it to edit and manage your project as a maven project so that maven builds it with the correct fortran compiler and libraries.

http://blog.bigpixel.ro/2012/07/building-cc-applications-with-maven/

The NAR plugin supports C/C++ and FORTRAN maven projects.

Its definitely worthwhile to consider maven as it makes your project very portable between machines and developers as maven handles the dependencies and plugins if the project pom.ml is properly written.

You could also look at a gedit (or vim or sublime) + maven combo as these editors will display your code in syntax colorized format.

http://fortranwiki.org/fortran/show/Source+code+editors
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 19 ·
Replies
19
Views
7K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 8 ·
Replies
8
Views
6K
  • · Replies 18 ·
Replies
18
Views
17K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
8K