Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

ifort process priority

benh
Beginner
486 Views
Is it possible to control the priority that the ifort processes are started with in Windows, without affecting the priority of Dev.Studio itself? The point of this is to be able to continue using the computer (and even Dev.Studio) while the building of a project is ongoing, which basicly motivates settings it to a low CPU priority.

(It's similarly possible with VC++ projects by reducing the prio of the vcspawn process which is then inherited by each compiler instance.)

-+-Ben-+-
0 Kudos
2 Replies
Steven_L_Intel1
Employee
486 Views
Do you know that adjusting the priority of vcspawn doesn't work for ifort as well? I thought that was what was used to invoke the compiler.
0 Kudos
benh
Beginner
486 Views
No vcspawn.exe according to Task Manager at least. As one of the "solutions" we have is a combined Fortran/C++ (with the Fortran part built as a static lib, then linked with the C++ projected), it can be easily seen that vcspawn only runs while the C++ project is being built (starting multiple cl.exe processes etc.).

-+-Ben-+-
0 Kudos
Reply