photran

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

拥有回忆 提交于 2019-12-24 00:26:08
问题 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 this? Is there something I'm missing? There is a bug recently filed in bugzilla. But I want to make sure that the problem isn't just that I'm missing some necessary setting or plug-in. Update: This bug has been fixed for Juno SR2. 回答1: I am experiencing the same but was able to use single Break

Photran: building with an existing makefile

﹥>﹥吖頭↗ 提交于 2019-12-11 13:49:50
问题 Kind all, I've received a very messy fortran program which I'm tried to debug: in order to do that I would like to use the debugging features of a IDE to ease the process, an IDE such as Eclipse Photran The program is made by multiple .f90 files (and other auxiliary files that it reads at runtime) with an associated makefile. I've created an empty makefile fortran project, copied the original folders and files in the new Photran workspace and now I'm trying to build the executable via the

Configuring LAPACK in Eclipse-Photran for fortran compiler on Windows

非 Y 不嫁゛ 提交于 2019-12-07 11:52:15
问题 Update Thank you Vladimir for the usefull insights in libraries. I took another approach, developping first in ubuntu (which was a lot easier then messing around with Eclipse/Cygwin/... and now I'm trying to port to windows, which goes rather ok, however I have some questions about that too, posted here: Problems with porting a fortran program from ubuntu to windows Question I currently have the following setup and can't get the lapack library configured so that my fortran code can compile:

Configuring LAPACK in Eclipse-Photran for fortran compiler on Windows

Deadly 提交于 2019-12-06 02:06:00
Update Thank you Vladimir for the usefull insights in libraries. I took another approach, developping first in ubuntu (which was a lot easier then messing around with Eclipse/Cygwin/... and now I'm trying to port to windows, which goes rather ok, however I have some questions about that too, posted here: Problems with porting a fortran program from ubuntu to windows Question 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 lapack and liblapack-devel