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!