<?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 mkl_verbose_output_file to same output as main code in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1541709#M35415</link>
    <description>&lt;P&gt;My code generates an output file as many do...&amp;nbsp; There are a number of MKL calls throughout the code and I want to MKL_VERBOSE output to go to the same output file that my code is writing to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to implement this by using mkl_verbose_output_file(filePath)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I set filePath to my output file... the return code is 0 (Success), but there is no verbose output in the file.&lt;/LI&gt;&lt;LI&gt;If I set filePath to another file name, return code is 0, and I do get output to the path I set&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can the MKL_VERBOSE output be directed to a file that is shared with the main code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If everything goes to stdout (program output and MKL_VERBOSE), then I can capture by piping to a file.&amp;nbsp; However this code is run using MPI master/slave so I cannot just dump to stdout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Side note:&amp;nbsp; mkl_verbose_output_file seems to require calling with trim(filePath).&amp;nbsp; I was getting a return status of 1 until I used trim().&amp;nbsp; I would expect it to work like open() where it handles trimming inherently.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 04:49:15 GMT</pubDate>
    <dc:creator>JeffS</dc:creator>
    <dc:date>2023-11-08T04:49:15Z</dc:date>
    <item>
      <title>mkl_verbose_output_file to same output as main code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1541709#M35415</link>
      <description>&lt;P&gt;My code generates an output file as many do...&amp;nbsp; There are a number of MKL calls throughout the code and I want to MKL_VERBOSE output to go to the same output file that my code is writing to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to implement this by using mkl_verbose_output_file(filePath)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I set filePath to my output file... the return code is 0 (Success), but there is no verbose output in the file.&lt;/LI&gt;&lt;LI&gt;If I set filePath to another file name, return code is 0, and I do get output to the path I set&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can the MKL_VERBOSE output be directed to a file that is shared with the main code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If everything goes to stdout (program output and MKL_VERBOSE), then I can capture by piping to a file.&amp;nbsp; However this code is run using MPI master/slave so I cannot just dump to stdout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Side note:&amp;nbsp; mkl_verbose_output_file seems to require calling with trim(filePath).&amp;nbsp; I was getting a return status of 1 until I used trim().&amp;nbsp; I would expect it to work like open() where it handles trimming inherently.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 04:49:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1541709#M35415</guid>
      <dc:creator>JeffS</dc:creator>
      <dc:date>2023-11-08T04:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_verbose_output_file to same output as main code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1542675#M35428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;If I set filePath to another file name, return code is 0, and I do get output to the path I set&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Could you please kindly clarify if the mentioned output refers to verbose information, the actual code output, or a combination of both?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Aryan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:23:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1542675#M35428</guid>
      <dc:creator>AryanK_Intel</dc:creator>
      <dc:date>2023-11-10T13:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_verbose_output_file to same output as main code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1542922#M35430</link>
      <description>&lt;P&gt;The output is only the MKL_VERBOSE output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to achieve combined output to a single file.&amp;nbsp; Without using std out.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 23:45:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1542922#M35430</guid>
      <dc:creator>JeffS</dc:creator>
      <dc:date>2023-11-10T23:45:12Z</dc:date>
    </item>
    <item>
      <title>Re:mkl_verbose_output_file to same output as main code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1545518#M35457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are looking into your issue internally and we will update you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Aryan&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2023 09:34:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1545518#M35457</guid>
      <dc:creator>AryanK_Intel</dc:creator>
      <dc:date>2023-11-20T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re:mkl_verbose_output_file to same output as main code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1548695#M35522</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing your requirement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This feature is currently not available. We will update this thread once we implement this feature.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Aryan.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2023 10:45:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1548695#M35522</guid>
      <dc:creator>AryanK_Intel</dc:creator>
      <dc:date>2023-11-29T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_verbose_output_file to same output as main code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1647674#M36722</link>
      <description>&lt;P&gt;&lt;SPAN&gt;mkl_verbose_output_file doesn't require to call trim() now. This feature has been added in 2025.0 release.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 00:15:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-verbose-output-file-to-same-output-as-main-code/m-p/1647674#M36722</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2024-12-06T00:15:27Z</dc:date>
    </item>
  </channel>
</rss>

