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.
29285 Discussions

Xeon 4-processor chip uses only 25% total CPU time

jswaugh
Beginner
541 Views
A program is bulit under Intel Fortran 9 usingVisual Studio.NET 2003. When running, Windows Task Mgr. shows 4 processors, but only 25% total CPU use. On another machine with an older Pentium chip the same program shows 100% CPU use, and runs faster. Is there some project setting I am missing?
0 Kudos
1 Reply
TimP
Honored Contributor III
541 Views
You must build your application for multi-core processing in order to take advantage of it. This is the purpose of the options /Qparallel or /Qopenmp.
0 Kudos
Reply