- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page