<?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 Thank you Kevin. That is a in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064177#M14804</link>
    <description>&lt;P&gt;Thank you Kevin. That is a very good article and I find it helpful. &amp;nbsp; &amp;nbsp;It doesn't quite address my problem. &amp;nbsp;It seems advisor-xe is hardwired for mpi rank 0. &amp;nbsp;For example - today I reran things -one worked one did not - the only difference being to which mpi rank I applied Advisor-xe analysis. &amp;nbsp; Here is the first case:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;mpirun -np 1 advixe-cl -collect survey -project-dir /usr/people/drmackay/ko ../dir1/dir2/a.out : -np 63 ../dir1/dir2/a.out&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Then I ran&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;advixe-cl -report survey -project-dir /usr/people/drmackay/ko -format text -report-output survey.txt&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;and this worked like a charm. &amp;nbsp;Notice in this case I collected advisor data for mpi rank 0. &amp;nbsp; So then I went back to my original mode of collecting for mpi rank 63:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 13.008px;"&gt;mpirun &amp;nbsp;-np 63 ../dir1/dir2/a.out :&amp;nbsp;-np 1 advixe-cl -collect survey -project-dir /usr/people/drmackay/ko6 ../dir1/dir2/a.out&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Everything appears to work fine - directory and files in it look good. &amp;nbsp;But then I try to generate a report:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 13.008px;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;dvixe-cl -report survey -project-dir /usr/people/drmackay/ko6 -format text -report-output survey6.txt&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Then once again I get the error message: &amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;advixe: Error: The directory, `e000', cannot be found.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;When I collect data for mpi rank 0 things work fine. &amp;nbsp;When I collrect for mpi rank 63 it &amp;nbsp;fail. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;When collecting for mpi rank 0 I get file: ko.advixeproj and a directory rank.0 (which contains files: loop_hashes.def and rank.0.advixeexp and direcotry hs000) &amp;nbsp; When I collect for mpi rank 63 I get file ko6.advixeproj and directory rank.63 &amp;nbsp;(which contains files: &amp;nbsp;loops_hashes.def and rank.63.advixeexp and direcotry hs000).&lt;/P&gt;

&lt;P&gt;The example you use in the fine document also collects for mpi rank 0. &amp;nbsp;I really think there is a using command line for resolving data for any rank other than mpi rank 0. &amp;nbsp; Is there another option to pass into the command line argument so that it knows it is working with an mpi rank other than 0? &amp;nbsp; &amp;nbsp;Am I limited to analyzing mpi rank 0? &amp;nbsp; Why does this method above work for mpi rank 0 but not mpi rank 63?&lt;/P&gt;

&lt;P&gt;For now I can work with mpi rank 0 - so that is sufficient for now and I can continue -but I can imagine really wanting to analyze a different rank with the command line.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2017 20:30:59 GMT</pubDate>
    <dc:creator>David_M_17</dc:creator>
    <dc:date>2017-03-23T20:30:59Z</dc:date>
    <item>
      <title>cannot find e000</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064174#M14801</link>
      <description>&lt;P&gt;I read the samples and --help to run advisor xe on my program.&lt;/P&gt;

&lt;P&gt;I want to do an analysis on vectorization. &amp;nbsp;I am limited to command line for everything.&lt;/P&gt;

&lt;P&gt;I used advisorxe to collect data for my mpi program - like this:&lt;/P&gt;

&lt;P&gt;mpirun -np ../dir1/dir2/a.out : -np 1 advixe-cl --collect survey -project-dir myproc &amp;nbsp;../dir1/dir2/a.out&lt;/P&gt;

&lt;P&gt;This runs 64 mpi ranks and successfully runs to completion -the run created directory myproc containing file myproc.advixeproj and directory rank.63 (containing more subdirectories and files).&lt;/P&gt;

&lt;P&gt;So now I want a report so I run:&lt;/P&gt;

&lt;P&gt;advixe-cl --report survey --project myproc --search-dir src:r= ../dir1/dir2&lt;/P&gt;

&lt;P&gt;But instead of generating a report I get an error message:&lt;/P&gt;

&lt;P&gt;Intel(R) Advisor Command Line Tool&lt;BR /&gt;
	Copyright (C) 2009-2016 Intel Corporation. All rights reserved.&lt;BR /&gt;
	&lt;STRONG&gt;advixe: Error: The directory, `e000', cannot be found.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;So what is wrong with my collection or my report generation? &amp;nbsp;Please advise.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 06:29:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064174#M14801</guid>
      <dc:creator>David_M_17</dc:creator>
      <dc:date>2017-03-23T06:29:39Z</dc:date>
    </item>
    <item>
      <title>Oh - yes if you would like to</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064175#M14802</link>
      <description>&lt;P&gt;Oh - yes if you would like to know version of advisorxe the version I amusing is in directory: &amp;nbsp;advisor_2017.1.1.486553/bin64/advixe-cl&lt;/P&gt;

&lt;P&gt;I find it odd that the command line doesn't accept advixe-cl -v (or --v). &amp;nbsp;oh well.&lt;/P&gt;

&lt;P&gt;-David&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 06:56:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064175#M14802</guid>
      <dc:creator>David_M_17</dc:creator>
      <dc:date>2017-03-23T06:56:18Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064176#M14803</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I recently wrote an article that describes this process:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/analyzing-intel-mpi-applications-using-intel-advisor" target="_blank"&gt;https://software.intel.com/en-us/articles/analyzing-intel-mpi-applications-using-intel-advisor&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 13:11:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064176#M14803</guid>
      <dc:creator>Kevin_O_Intel1</dc:creator>
      <dc:date>2017-03-23T13:11:27Z</dc:date>
    </item>
    <item>
      <title>Thank you Kevin. That is a</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064177#M14804</link>
      <description>&lt;P&gt;Thank you Kevin. That is a very good article and I find it helpful. &amp;nbsp; &amp;nbsp;It doesn't quite address my problem. &amp;nbsp;It seems advisor-xe is hardwired for mpi rank 0. &amp;nbsp;For example - today I reran things -one worked one did not - the only difference being to which mpi rank I applied Advisor-xe analysis. &amp;nbsp; Here is the first case:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;mpirun -np 1 advixe-cl -collect survey -project-dir /usr/people/drmackay/ko ../dir1/dir2/a.out : -np 63 ../dir1/dir2/a.out&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Then I ran&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;advixe-cl -report survey -project-dir /usr/people/drmackay/ko -format text -report-output survey.txt&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;and this worked like a charm. &amp;nbsp;Notice in this case I collected advisor data for mpi rank 0. &amp;nbsp; So then I went back to my original mode of collecting for mpi rank 63:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 13.008px;"&gt;mpirun &amp;nbsp;-np 63 ../dir1/dir2/a.out :&amp;nbsp;-np 1 advixe-cl -collect survey -project-dir /usr/people/drmackay/ko6 ../dir1/dir2/a.out&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Everything appears to work fine - directory and files in it look good. &amp;nbsp;But then I try to generate a report:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 13.008px;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;dvixe-cl -report survey -project-dir /usr/people/drmackay/ko6 -format text -report-output survey6.txt&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Then once again I get the error message: &amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;advixe: Error: The directory, `e000', cannot be found.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;When I collect data for mpi rank 0 things work fine. &amp;nbsp;When I collrect for mpi rank 63 it &amp;nbsp;fail. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;When collecting for mpi rank 0 I get file: ko.advixeproj and a directory rank.0 (which contains files: loop_hashes.def and rank.0.advixeexp and direcotry hs000) &amp;nbsp; When I collect for mpi rank 63 I get file ko6.advixeproj and directory rank.63 &amp;nbsp;(which contains files: &amp;nbsp;loops_hashes.def and rank.63.advixeexp and direcotry hs000).&lt;/P&gt;

&lt;P&gt;The example you use in the fine document also collects for mpi rank 0. &amp;nbsp;I really think there is a using command line for resolving data for any rank other than mpi rank 0. &amp;nbsp; Is there another option to pass into the command line argument so that it knows it is working with an mpi rank other than 0? &amp;nbsp; &amp;nbsp;Am I limited to analyzing mpi rank 0? &amp;nbsp; Why does this method above work for mpi rank 0 but not mpi rank 63?&lt;/P&gt;

&lt;P&gt;For now I can work with mpi rank 0 - so that is sufficient for now and I can continue -but I can imagine really wanting to analyze a different rank with the command line.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:30:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-find-e000/m-p/1064177#M14804</guid>
      <dc:creator>David_M_17</dc:creator>
      <dc:date>2017-03-23T20:30:59Z</dc:date>
    </item>
  </channel>
</rss>

