How to set up CodeRunner for gfortran?

0 votes
asked by about CodeRunner
edited by

How to set up CodeRunner for gfortran?

2 Answers

0 votes
answered by (264k points)
edited by

I don't think it's possible to set up CodeRunner with gFortran because it doesn't have support for it. I have checked the official website, and the only supported feature is highlight mode for Fortran - Modern. This means that the software will only highlight Fortran code, but it won't provide recommendations, suggestions, sample code, etc.

commented by (100 points)
reshown by
Can you use CodeRunner to compile with Absoft Fortran 15? If so how?
0 votes
answered by

I got CodeRunner to compile using Absoft FORTRAN as follows:

At the top of the window - Click on Run Settings
In the Run Command: window add - . /Applications/Absoft15.0/bin/absvars.sh
(you can copy this line from your .bash profile)

When you run the code from CodeRunner the a.out file will be in the corresponding folder
I could note get the lower window to work.

-Andrew

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...