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

PARDISO : turning off on screen output

xilin1
Beginner
520 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
520 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