- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I've a problem with a code optimization. I'm running WindowsXP SP2 with Visual Studio 2005 and Intel Visual fortram compiler 9.1 . I've compiled as with VS2005 as with the fortran command line a source code with the /O2 /QaxT /QxT optimizations. When I run the executable I notice tha only a CPU works and the other is shut down (only a few percent of usage). How can I used both CPU at full performance?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yuri,
Hi. To use both CPUs you will need to actually parallize your code. Two ways the compiler supports this is through the /Qparallel switch or using OpenMP routines. Please see the Intel Visual Fortranfor Windows Documentationfor more information:
http://www3.intel.com/cd/software/products/asmo-na/eng/compilers/fwin/279827.htm
Wendy D.
Intel Developer Support

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