- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I have a Fortran source code file which is about 354Kb. It will spend for more than 15 minutes to compile such file on Win32 release mode. However, on Win32 debug mode the compiling time is only severalseconds. Is there any bug of the compiler, orany setting problems?The compiling envorinment is VS2008+IVF11.0.061. I remembered that the compiling time is reasonable when the compiling envorinment is VS2003/VS2005+IVF10.xxx or former.
Thanks,
Zhanghong Tang
I have a Fortran source code file which is about 354Kb. It will spend for more than 15 minutes to compile such file on Win32 release mode. However, on Win32 debug mode the compiling time is only severalseconds. Is there any bug of the compiler, orany setting problems?The compiling envorinment is VS2008+IVF11.0.061. I remembered that the compiling time is reasonable when the compiling envorinment is VS2003/VS2005+IVF10.xxx or former.
Thanks,
Zhanghong Tang
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Might be that your source code gets the optimizer quite busy. Try to turn off some optimizing options to see if that decreases compile time.
Jrg Kuthe
Jrg Kuthe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As Jorg hinted, in the absence of further information from you, we might guess you are trying /Qipo, and possibly running into memory shortage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - tim18
As Jorg hinted, in the absence of further information from you, we might guess you are trying /Qipo, and possibly running into memory shortage.
Dear Jorg and Tim,
Thank you very much for your kindly reply.
I didn't use the /Qipo and the memory is enough. Some of my settings are as follows:
Configuration properities->Fortran->Command Line:
/nologo /fpp /I"C:Program FilesIntelMKL10.1.0.018include" /gen-interfaces /module:"Release" /object:"Release" /libs:static /threads /c
Configuration properities->Linker->Command Line:
/OUT:"Releaseout.dll" /NOLOGO /LIBPATH:"C:Program FilesIntelMKL10.1.0.018ia32lib" /NODEFAULTLIB:"libguide.lib" /MANIFEST /MANIFESTFILE:"Releaseout.dll.intermediate.manifest" /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE /IMPLIB:"Releaseout.lib" /DLL mkl_c.lib mkl_solver.lib libguide40.lib
What other information should I provide?
Thanks,
Zhanghong Tang

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page