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

PARDISO and MPI

michaelmoc
Beginner
506 Views
Hello!
I have a question about running PARDISO solver under MPI.
Is PARDISO supporting mpi? I mean that if i will compile my program with mpicc to solve big sparse matrix and than i will run it via mpirun command will PARDISO use all MPI nodes ? Or should i just use icc to compile it and than normally run my app?
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
506 Views
Hello Michael,
the current version of PARDISO (MKL v10.2) doesn't support MPI.
quote:"Or should i just use icc to compile it and than normally run my app?"
yes.
--Gennady
0 Kudos
michaelmoc
Beginner
506 Views
Thank You for your help.

Best regards, Michael.
0 Kudos
Reply