Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

PARDISO and MPI

michaelmoc
Beginner
968 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
968 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
968 Views
Thank You for your help.

Best regards, Michael.
0 Kudos
Reply