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

parameters for ifort

jefferds
Beginner
598 Views

Which the best parameters of compilation for ifort when I want to catch all the possible errors and warnins?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
598 Views
I'd suggest:
-std -C -warn -gen_interfaces
This gets you standards checking, all run-time checks, all compile time warnings (with warnings turned to errors) and checking of routine interfaces across program units.

Message Edited by Steve_Lionel on 02-07-2006 08:58 AM

0 Kudos
Reply