- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page