<?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 Using Intel Trace analyzer with windows and VS2015 in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Using-Intel-Trace-analyzer-with-windows-and-VS2015/m-p/1147227#M6016</link>
    <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Hi,&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I've been directed here from the&lt;SPAN style="color: rgb(102, 102, 102); font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows" style="color: rgb(102, 102, 102); font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 12px;"&gt;Intel® Visual Fortran Compiler for Windows&lt;/A&gt;&amp;nbsp;forum&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I'm trying to use&amp;nbsp;Intel Trace analyzer with windows and VS2015 on my CFD code.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;In my code, I have many F90 files but different modules and subroutines. Also, I'm linking with other libraries such as PETSc.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I tried to add "/trace" in the additional commands in VS2015 GUI and compile. However, after running my code, there is no *.stf generated.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I then tried to do it in cygwin, on another smaller code, by adding -trace to the compiling and building. Similarly, no *.stf is generated.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I also tried to compile and build directory in the command prompt:&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;mpiifort /c /MT /Z7 /fpp /Ic:\wtay\Lib\petsc-3.8.3_win64_impi_vs2015_debug\include /trace&amp;nbsp; &amp;nbsp;/o ex2f.obj ex2f.F&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;mpiifort /MT /trace /o ex2f.exe ex2f.obj /INCREMENTAL:NO /NOLOGO /qnoipo /LIBPATH:"C:\wtay\Lib\petsc-3.8.3_win64_impi_vs2015_debug\lib" Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib impi.lib impid.lib impicxx.lib impicxxd.lib libpetsc.lib libflapack.lib libfblas.lib kernel32.lib&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Now I can get the *.stf file.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;But is there some way to do it in VS2015? As mentioned, I have many F90 files and I hope I do not have to use the command line.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Mar 2018 01:54:06 GMT</pubDate>
    <dc:creator>Wee_Beng_T_</dc:creator>
    <dc:date>2018-03-02T01:54:06Z</dc:date>
    <item>
      <title>Using Intel Trace analyzer with windows and VS2015</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Using-Intel-Trace-analyzer-with-windows-and-VS2015/m-p/1147227#M6016</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Hi,&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I've been directed here from the&lt;SPAN style="color: rgb(102, 102, 102); font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows" style="color: rgb(102, 102, 102); font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 12px;"&gt;Intel® Visual Fortran Compiler for Windows&lt;/A&gt;&amp;nbsp;forum&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I'm trying to use&amp;nbsp;Intel Trace analyzer with windows and VS2015 on my CFD code.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;In my code, I have many F90 files but different modules and subroutines. Also, I'm linking with other libraries such as PETSc.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I tried to add "/trace" in the additional commands in VS2015 GUI and compile. However, after running my code, there is no *.stf generated.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I then tried to do it in cygwin, on another smaller code, by adding -trace to the compiling and building. Similarly, no *.stf is generated.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I also tried to compile and build directory in the command prompt:&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;mpiifort /c /MT /Z7 /fpp /Ic:\wtay\Lib\petsc-3.8.3_win64_impi_vs2015_debug\include /trace&amp;nbsp; &amp;nbsp;/o ex2f.obj ex2f.F&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;mpiifort /MT /trace /o ex2f.exe ex2f.obj /INCREMENTAL:NO /NOLOGO /qnoipo /LIBPATH:"C:\wtay\Lib\petsc-3.8.3_win64_impi_vs2015_debug\lib" Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib impi.lib impid.lib impicxx.lib impicxxd.lib libpetsc.lib libflapack.lib libfblas.lib kernel32.lib&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Now I can get the *.stf file.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;But is there some way to do it in VS2015? As mentioned, I have many F90 files and I hope I do not have to use the command line.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 01:54:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Using-Intel-Trace-analyzer-with-windows-and-VS2015/m-p/1147227#M6016</guid>
      <dc:creator>Wee_Beng_T_</dc:creator>
      <dc:date>2018-03-02T01:54:06Z</dc:date>
    </item>
  </channel>
</rss>

