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 : turning off on screen output

xilin1
Beginner
567 Views

Hi,

The diagostics that pardiso outputs to the screen is helpful but my code calls pardiso repeatedly so I would like to be able to read the output without being interrupted by pardiso output. This is especially bothersome for MPI code since every thread is outputting at the same time. Is there a way to turn this off? I've looked in the reference for pardiso but was unable to find anything

Xi Lin

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
567 Views

Please look at msglvl parameter: message level information. If msglvl = 0 then PARDISO generates no output, if msglvl = 1 the solver prints statistical information to the screen.

--Gennady

0 Kudos
Reply