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

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

Nick2
Novo colaborador I
486 Visualizações

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 Respostas
IanH
Colaborador honorário III
486 Visualizações

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

Nick2
Novo colaborador I
486 Visualizações

Thanks Ian, my bad on that one.

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

Responder