Link Copied
Iwonder if these are other compiler settingsthat prevents the compiler from producing the messages. BecauseI tried to parallelize a much bigger Fortran project, butdid not get any messages. below is the compiler settings. See if I missed something.
/nologo /Zi /Od /Qparallel /Qpar_threshold:0 /include:"C:\LocalDocs\psse_next\build2008\debug" /include:"C:\LocalDocs\qtXLS\Bindings\IVF" /DDLLI /f77rtl /intconstant /Qopenmp_report:2 /Qpar_report:3 /Qvec_report:0 /warn:interfaces /iface:cvf /module:"C:\LocalDocs\psse_next\build2008\debug\" /object:"C:\LocalDocs\psse_next\build2008\debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c
For more complete information about compiler optimizations, see our Optimization Notice.