Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Fortran Sample Code?

Here is a little F03 program that uses the exception handling.
The output depends on the numbers you type as input.
 
Both of these examples will be in my new book
"Guide to Fortran 2003 Programming" (Springer)
probably out in the summer.

On Wed, Jan 28, 2009 at 4:55 PM, Jeffrey Overbey <subscribe-photran@xxxxxxxxxxxx> wrote:
I just wanted to extend an open invitation for our users to contribute Fortran programs for us to use to test the parser, analyses, refactorings, etc. in Photran.  We will keep these confidential, of course.

We are particularly interested in...

(1) Fortran 2003 programs,
(2) large projects (for scalability testing),
(3) programs that use the C preprocessor in nontrivial ways, and
(4) programs that Photran chokes on now or has in the recent past.

It doesn't really matter how well the program works, as long as it compiles and runs deterministically with a particular input.

The next beta release of Photran (hopefully February sometime, possibly March) will include Fortran 2003 support, which is why that's at the top of the list.  :-)

This is a really easy way to contribute to Photran's development without actually spending any extra effort on it.  We'll even acknowledge you on the Contributors page on the Web site.

If you have any codes to contribute, please contact me directly.  Thanks in advance.

Jeff
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran



--
Walt Brainerd

Attachment: exception.f95
Description: Binary data


Back to the top