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

Multithread+MPICH

recrusader
初学者
1,754 次查看

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 项奖励
2 回复数
Vladimir_Petrov__Int
新分销商 III
1,754 次查看
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 项奖励
recrusader
初学者
1,754 次查看
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 项奖励
回复