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

Multithread+MPICH

recrusader
ビギナー
532件の閲覧回数

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
532件の閲覧回数
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
recrusader
ビギナー
532件の閲覧回数
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.
返信