- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone.
I have one server with two processors. Every processor has 16 cores. I found that MKL routines such as DGEMM can only run on one processor. I want that the MKL can employ all computing resource, i.e. two processors and 32 cores. How can I deal with this problem?
Thank you very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bubai
Could you please tell the processor type of the server and the matrix size of dgemm?
According to MKL user guide : https://software.intel.com/en-us/node/528369
By default, Intel MKL uses the number of threads equal to the number of physical cores on the system. If your processor is Hyper Threading, (logical core is on), then it may only use the physical cores.
Best Regards,
Ying
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bubai
Could you please tell the processor type of the server and the matrix size of dgemm?
According to MKL user guide : https://software.intel.com/en-us/node/528369
By default, Intel MKL uses the number of threads equal to the number of physical cores on the system. If your processor is Hyper Threading, (logical core is on), then it may only use the physical cores.
Best Regards,
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ying H (Intel) wrote:
Hi Bubai
Could you please tell the processor type of the server and the matrix size of dgemm?
According to MKL user guide : https://software.intel.com/en-us/node/528369
By default, Intel MKL uses the number of threads equal to the number of physical cores on the system. If your processor is Hyper Threading, (logical core is on), then it may only use the physical cores.
Best Regards,
Ying
Hi! Thank you very much! The problem has been solved with your help. Just like what you said, my processor is Hyper Threading and Intel MKL uses the number of threads equal to the number of physical cores. Thank you very much again!

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