- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We got a 4-processor xeon workstation running xp. How can I take the advantage of multi-processor system without manually writing the code in parallel form? I tried the auto parallelization option -Qparalell. But it doesn't work. It makes two cpu running without any time reduction.
Thanks a lot.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It could be that your application does not take well to running in parallel. Auto-parallelization can't always tell what is safe to run in parallel. You're better off to use OpenMP directives to let the compiler what can be run in parallel.

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