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

Intel Fortran Compiler uses multiple processors automatically?

schuerg
Beginner
422 Views
Hello,

I have a single-threaded application written in Fortran. I am compiling it in Visual Studio with Intel Fortran Compiler 11.0 on Windows with optimization disabled (/Od) and no parallization. I want to work in parallelization later. I have a notebook with an Intel core 2 Duo P9500 processor. After compiling the program I expected the program to run on one of the processors. When examining the Task Manager during execution though, I see that both processors are being used to 100 %. I do not unterstand why. What am I missing? Any help would be appreciated.

Greetings,
Marco
0 Kudos
1 Reply
Andrew_Smith
Valued Contributor I
422 Views
Quoting - schuerg
Hello,

I have a single-threaded application written in Fortran. I am compiling it in Visual Studio with Intel Fortran Compiler 11.0 on Windows with optimization disabled (/Od) and no parallization. I want to work in parallelization later. I have a notebook with an Intel core 2 Duo P9500 processor. After compiling the program I expected the program to run on one of the processors. When examining the Task Manager during execution though, I see that both processors are being used to 100 %. I do not unterstand why. What am I missing? Any help would be appreciated.

Greetings,
Marco

I dont think this should happen unless you make extensive calls to an external library such as MKL which is parallel by default.
0 Kudos
Reply