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

Build Problem under User account

Xiaolin_Ren
Beginner
489 Views
Hi, I am running Intel Parallel Studio XE 2011 with Microsoft Visual Studio 2008 Shell. If I run my program with Administrator accoutn, it builds the program fine. However, if I run it under User account, no executable file is generated. I got the following message: "
1>------ Rebuild All started: Project: Console1, Configuration: Debug Win32 ------
1>Deleting intermediate files and output files for project 'Console1', configuration 'Debug|Win32'.
1>
1>Console1 - 0 error(s), 0 warning(s)
1>------ Rebuild All started: Project: Console1, Configuration: Debug Win32 ------1>Deleting intermediate files and output files for project 'Console1', configuration 'Debug|Win32'.1>1>Console1 - 0 error(s), 0 warning(s) "
Apparently, no code really went through the building process. 
Could anybody please help me to solve it? Thank you so very much!  
0 Kudos
1 Solution
Steven_L_Intel1
Employee
489 Views
Follow the instructions in this article.  In particular:

While still in Visual Studio, select Tools > Options > Intel® Visual Fortran > General.  (If this menu is not present, proceed to step 2.)  Look at the two "Source:" fields under "Fortran File Extensions". If they are blank, click the Reset button under each one. For Free Format, Source should show ".f90" and for Fixed Format, ".f,.for,.fpp".  If the fields were blank, and are now filled in, this may correct the problem.  Close Visual Studio and restart it to test.

View solution in original post

0 Kudos
3 Replies
Steven_L_Intel1
Employee
490 Views
Follow the instructions in this article.  In particular:

While still in Visual Studio, select Tools > Options > Intel® Visual Fortran > General.  (If this menu is not present, proceed to step 2.)  Look at the two "Source:" fields under "Fortran File Extensions". If they are blank, click the Reset button under each one. For Free Format, Source should show ".f90" and for Fixed Format, ".f,.for,.fpp".  If the fields were blank, and are now filled in, this may correct the problem.  Close Visual Studio and restart it to test.
0 Kudos
Xiaolin_Ren
Beginner
489 Views
It does solve the problem! Thank you very much!
0 Kudos
Steven_L_Intel1
Employee
489 Views
I see that for VS2010, there is no "Reset" button - one needs to fill in the fields manually. I'll revise the article to mention that.
0 Kudos
Reply