<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Redirecting Pardiso output messages into a file in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764186#M117</link>
    <description>Hi,&lt;DIV&gt;Do you call your example with PARDISO from command prompt or from studio?&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
    <pubDate>Mon, 09 Jan 2012 15:41:15 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2012-01-09T15:41:15Z</dc:date>
    <item>
      <title>Redirecting Pardiso output messages into a file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764185#M116</link>
      <description>Dear All, &lt;BR /&gt;&lt;BR /&gt;I'm plugging the Pardiso solver to a finite elements software. As my OS is Windows, I cannot juste redirect the printed output on the screen to a text file. Is there any option to redirect the output messages to a file ? &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;Valene</description>
      <pubDate>Mon, 09 Jan 2012 13:42:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764185#M116</guid>
      <dc:creator>valene</dc:creator>
      <dc:date>2012-01-09T13:42:33Z</dc:date>
    </item>
    <item>
      <title>Redirecting Pardiso output messages into a file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764186#M117</link>
      <description>Hi,&lt;DIV&gt;Do you call your example with PARDISO from command prompt or from studio?&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Jan 2012 15:41:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764186#M117</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2012-01-09T15:41:15Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764187#M118</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am just wondering if someone has an answer to the question above, posted by Valene. Is there a way to redirect the Pardiso output messages to a different stream? I wrote a C++ program that calls the pardiso solver. The usual trick to redirect cout to&amp;nbsp;something like&amp;nbsp;ostream os is to&amp;nbsp;do:&lt;/P&gt;
&lt;P&gt;cout.rdbuf( os.rdbuf()),&lt;/P&gt;
&lt;P&gt;but that will not work with pardiso. The output still goes to stdout.&lt;/P&gt;
&lt;P&gt;Thank you in advance,&lt;/P&gt;
&lt;P&gt;Gonzalo&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 15:54:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764187#M118</guid>
      <dc:creator>Gonzalo_F_</dc:creator>
      <dc:date>2013-04-22T15:54:32Z</dc:date>
    </item>
    <item>
      <title>I took a couple of the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764188#M119</link>
      <description>I took a couple of the Pardiso C examples distributed with MKL in the examples/solverc/source directory, opened an Intel-C command window, compiled and ran the program with standard output redirected to a file. Everything worked fine. "valene"'s statement 
&lt;BLOCKQUOTE&gt;As my OS is Windows, I cannot just redirect the printed output on the screen to a text file.&lt;/BLOCKQUOTE&gt; 
is wrong, at least for a standard console mode application. Both stdout and stderr can be redirected to a file in a Windows command window. 
&lt;BR /&gt;
Redirecting streams after your program has started is a little trickier, but do you need to take that route? Please present a complete example code showing what the problems are.</description>
      <pubDate>Mon, 22 Apr 2013 18:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764188#M119</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-04-22T18:42:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764189#M120</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your reply. I'm sorry it wasn't very clear. What I wanted to say is that I used Pardiso in a dll linked to my code, which has his own output. Of course, as a stand alone application, I could redirect the stream to a file from a windows command window.&lt;/P&gt;
&lt;P&gt;I was just comparing to other programs such as Mumps which has an argument to set the stream for the output. I thought maybe it was possible with Pardiso too, in an easy way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again for your reply. Don't bother too much for that. &lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2013 09:42:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Redirecting-Pardiso-output-messages-into-a-file/m-p/764189#M120</guid>
      <dc:creator>valene</dc:creator>
      <dc:date>2013-04-23T09:42:24Z</dc:date>
    </item>
  </channel>
</rss>

