<?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 Zero-sized .stf file generated from ITAC in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Zero-sized-stf-file-generated-from-ITAC/m-p/1145667#M5972</link>
    <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I am actually trying to use Intel Trace Analyzer and Collector (ITAC) to profile my MPI code written in Fortran.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;The code does execute MPI_init at first and MPI_finalize at the end.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Following the thread of [&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/517182"&gt;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technolog...&lt;/A&gt;&amp;nbsp;] and&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;[&amp;nbsp;&lt;A href="http://mvapich.cse.ohio-state.edu/static/media/mvapich/mvapich2-2.2rc1-userguide.html#x1-890006.21"&gt;http://mvapich.cse.ohio-state.edu/static/media/mvapich/mvapich2-2.2rc1-u...&lt;/A&gt;&amp;nbsp;],&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I have learned that using either LD_PRE_LOAD prior to run or adding '-itac' option for compiling and linking works in my case.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;The problem is that, although I was able to obtain .stf and .prot files, the size of .stf file is zero, thus unable to open it with ITAC.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;In addition, I have also noticed that when I try to run the executable file compiled using '-itac' option, it works only for the single node case, and hangs for multiple nodes case.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;For your information, I'm using "Intel® Parallel Studio XE 2018 Update 3" for compilers,&amp;nbsp;mvapich2.2.2-qlc-intel18 for MPI library, which is compatible with ITAC&amp;nbsp;from check_compatibility.c test,&amp;nbsp;and CentOS 6.4 for the OS.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Any helpful comment will be deeply appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2018 01:44:45 GMT</pubDate>
    <dc:creator>kang__myeongseok</dc:creator>
    <dc:date>2018-06-26T01:44:45Z</dc:date>
    <item>
      <title>Zero-sized .stf file generated from ITAC</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Zero-sized-stf-file-generated-from-ITAC/m-p/1145667#M5972</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I am actually trying to use Intel Trace Analyzer and Collector (ITAC) to profile my MPI code written in Fortran.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;The code does execute MPI_init at first and MPI_finalize at the end.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Following the thread of [&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/517182"&gt;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technolog...&lt;/A&gt;&amp;nbsp;] and&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;[&amp;nbsp;&lt;A href="http://mvapich.cse.ohio-state.edu/static/media/mvapich/mvapich2-2.2rc1-userguide.html#x1-890006.21"&gt;http://mvapich.cse.ohio-state.edu/static/media/mvapich/mvapich2-2.2rc1-u...&lt;/A&gt;&amp;nbsp;],&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I have learned that using either LD_PRE_LOAD prior to run or adding '-itac' option for compiling and linking works in my case.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;The problem is that, although I was able to obtain .stf and .prot files, the size of .stf file is zero, thus unable to open it with ITAC.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;In addition, I have also noticed that when I try to run the executable file compiled using '-itac' option, it works only for the single node case, and hangs for multiple nodes case.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;For your information, I'm using "Intel® Parallel Studio XE 2018 Update 3" for compilers,&amp;nbsp;mvapich2.2.2-qlc-intel18 for MPI library, which is compatible with ITAC&amp;nbsp;from check_compatibility.c test,&amp;nbsp;and CentOS 6.4 for the OS.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Any helpful comment will be deeply appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 01:44:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Zero-sized-stf-file-generated-from-ITAC/m-p/1145667#M5972</guid>
      <dc:creator>kang__myeongseok</dc:creator>
      <dc:date>2018-06-26T01:44:45Z</dc:date>
    </item>
  </channel>
</rss>

