Photran is an IDE and refactoring tool for Fortran based on Eclipse and the CDT. Photran 8.0 was released with Eclipse 4.2 (Juno) on June 27, 2012. Photran 8.0 supports Fortran 77-2008.

learn more… | top users | synonyms

0
votes
0answers
25 views

fortran: using pgplot with eclipse photran

So I am really not a Fortran programmer at all, but I have some code I am working with that uses the pgplot graphics libraries in fortran. I am able to get the code running in fortran from the console ...
0
votes
2answers
24 views

Why does Eclipse's Photran require 'call flush(6)' after 'write' to prevent buffering to std out?

I'm using Classic Eclipse 4.2.2 with the Photran plugin and cygwin's gfortran compiler on a Windows 7 Professional machine. If I remove 'call flush(6)' below, the program does not write to console ...
0
votes
2answers
147 views

How to reuse Fortran modules without copying source or creating libraries

I'm having trouble understanding if/how to share code among several Fortran projects without building libraries or duplicating source code. I am using Eclipse/Photran with the Intel compiler (ifort) ...
1
vote
0answers
51 views

Eclipse Photran doe not compile source codes with capital letter extension

To my understanding from the Photran documentation, if a Fortran source code has an extension with capital letters, such as F90 or F95, this file will be automatically preprocessed when building. But ...
0
votes
0answers
16 views

How to include a local .il file with Photran

I am in the process of converting several legacy Fortran programs into C++ and have come across a program that has a .il file to include a bunch of global variables. I have created an Eclipse project ...
0
votes
0answers
33 views

Photran editor problems

I have never been very successful editing a file with the Photran editor. It is painfully slow. Am I missing any tricks in how to use Photran? Should I just vi/vim to edit files and then use Photran ...
0
votes
0answers
56 views

Which toolchain to use for a photran program that calls C/C++ functions?

I have a Fortran90/Fortran2003 project which calls some c++ functions (legacy code). I use Photran 8 in Eclipse Juno. Eclipse underlines standard c++ functions (like std::min, std::cout), but they ...
0
votes
0answers
74 views

Photran: Eclipse cannot edit file

I am new to fortran. I install eclipse CDT and from help install the Photran [http://download.eclipse.org/releases/juno] I simply create a test project and when I try open by double clicking on the ...
2
votes
1answer
637 views

Debugging fortran code in Eclipse with Photran and GDB debugger: missing symbols

I have a program, written in fortran90, previously successfully compiled on a compaq compiler and working, that I'm now trying to compile with gfortran. I can compile the code to an .exe and run it. ...
3
votes
1answer
568 views

Configuring LAPACK in Eclipse-Photran for fortran compiler on Windows

I currently have the following setup and can't get the lapack library configured so that my fortran code can compile: Windows 7 Cygwin installation (for GNU fortran), added to the windows PATH ...
2
votes
2answers
394 views

How do I set breakpoints using the Photran IDE in Eclipse?

I know it sounds like a simple question, but trying to create a simple "Hello World!" application and debug with GDB doesn't seem to give me the option of creating breakpoints. Is anybody else seeing ...
0
votes
2answers
1k views

Using Eclipse for FORTRAN

I have a brief question here about how to setup Eclipse for FORTRAN. I have already downloaded "Photran" (the FORTRAN tool for Eclipse) and installed it. The problem I'm having is that every time I ...
0
votes
1answer
233 views

How to Debug Following Fortran Program

I am trying to compile the following software so that I can step through and debug it. I am only a novice programmer and I am trying to understand how this whole makefile business works with Fortran. ...
0
votes
1answer
239 views

Photran editor slow or hangs

I have a fairly large fortran90 project in Photran. I find that sometimes the editor just hangs or is very slow. Saving a file or using ctrl+/ for commenting lines seems to trigger this slowness. Any ...