Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran Error Checker

mechprog
Beginner
541 Views
Hello all,

I am trying to find ways of reducing my programming with Fortran and reduce the errors and unproductive time. I was listening to a lecture by Douglas Crockford about JSLinthttp://www.jslint.com/for Java Script and though this sounded fantastic if there was something like this for Fortran.

I look forward to you advice and input.

Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
541 Views
Intel offers Static Security Analysis as a feature of the "Studio XE" suites of products. This is a compile-time, whole-program correctness checker. If you don't want to or can't use that, then the compiler offers various aids such as generated interface checking (on by default in a Debug configuration) that can help. I also recommend doing a test build with standards checking enabled as you may spot an unintended use of an extension.
0 Kudos
Reply