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

How to write the contents produced by the PARDISO msglvl param to a file?

yuchengshuai
Beginner
411 Views

The user guide says that if we set the  msglvl to 1, the solver prints statistical information
to the screen. But how to write these message to a file ?  Dose the redirect function works? Seems not.

Anyone who know this? Any idea?

Thanks thanks thanks a lot.

0 Kudos
1 Reply
Ruqiu_C_Intel
Moderator
358 Views

There isn't a PARDISO function or API to store the statistical information which the solver prints to screen. While you can run your program and redirect the output to a file using shell commands below as an example

./your_program > pardiso_output.txt

 

0 Kudos
Reply