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

ifort 15 compiling many .for files in parallel in a single project

Nick2
New Contributor I
492 Views

It seems like ifort 15 (versus ifort 14.1) compiles the .for files in a single project one file at a time, instead of compiling them in parallel.  Is there a new setting for this?

The "Build" "Output" window used to show the caret location (i.e. line number), which made it easier to see how far the build has progressed.  Is this now gone, or this a new setting?

I'm running VS 2013 Premium Update 3.

0 Kudos
2 Replies
IanH
Honored Contributor III
492 Views

In the properties for the project see Fortran > General > Multi-processor Compilation.

0 Kudos
Nick2
New Contributor I
492 Views

Thanks Ian, my bad on that one.

Is there any way to show the current caret position in the Build Output window?

0 Kudos
Reply