Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Multithread+MPICH

recrusader
Beginner
479 Views

I am using some statistical functions (random number generation and convoluation) in MKL. I am wondering whether it is possible to compile the codes using MPICH-based compiler, keeping the multithread function. Thanks a lot

0 Kudos
2 Replies
Vladimir_Petrov__Int
New Contributor III
479 Views
Hi,

Please keep in mind that MPICH1 implementation is not thread safe, as it is clearly stated on its site.
You may consider Intel MPI the latest version of which is thread safe (need to use the option "-mt_mpi"). You can find further details in Intel MPI's documentation.

Best regards,
-Vladimir
0 Kudos
recrusader
Beginner
479 Views
Hi,

Please keep in mind that MPICH1 implementation is not thread safe, as it is clearly stated on its site.
You may consider Intel MPI the latest version of which is thread safe (need to use the option "-mt_mpi"). You can find further details in Intel MPI's documentation.

Best regards,
-Vladimir
Thank you very much for your advice. I will try it.
0 Kudos
Reply