Compiler flags used for CINT95 (Intel C Compiler Plug-In 2.4): /Qxi enable generation of instructions for Pentium Pro and Pentium II /G6 target optimizations to Intel Pentium Pro processor /Qipo enable optimization across files -Qprof_gen instrument program for profiling -Qprof_use enable use of profiling information during optimization -Qprof_dir \dir-name directory for profiling output files getopt.obj necessary for the processing of command line options setargv.obj necessary for variable-length parameter lists Compiler Flags used for CFP95 (Intel Fortran Compiler Plug-In 2.4): /G6 target optimization to Pentium Pro Processor /Oi enable inline expansion of intrinsic functions /Qpc64 Enable FPU precision control to 53 bit (Double Precision) significand /Qpc32 Enable FPU precision control to 24 bit (Single Precision) significand /Qpad analyze and reorder memory layout /Qpad_dim n add n elements to the first dimension of a multi-dimensional array (improves cache performance) /Qrct internal FPU rounding control is set to truncate /QIfdiv- disables the patch for Pentium FDIV erratum /Qip enables interprocedural optimizations /Qipo enables optimizations across files -Qmem enables memory optimizations -mP2OPT_opt_bblock_stat_limit=n controls when certain optimizations are disabled due to resource constraints. Specifies the size of a routine in intermediate language statements -Qlowercase changes routine names to all lowercase [Most compiler flags can be used in either form, "/xxx" or "-xxx".]