<?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 Hi Anders, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040499#M4293</link>
    <description>&lt;P&gt;Hi Anders,&lt;BR /&gt;
	As far as I understand you run the MPI program without MPI launcher (like mpirun), correct?&lt;BR /&gt;
	$ ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;
	It's similar to:&lt;BR /&gt;
	$ mpirun -n 1 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;

&lt;P&gt;Why do you expect '0 and 3'?&lt;/P&gt;

&lt;P&gt;You can try to vary the number of MPI processes with '-n &amp;lt;procs&amp;gt;' option:&lt;BR /&gt;
	$ mpirun -n 4 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;

&lt;P&gt;I'd recommend to look at the&amp;nbsp;Getting Started with Intel® MPI Library document.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2015 07:01:00 GMT</pubDate>
    <dc:creator>Artem_R_Intel1</dc:creator>
    <dc:date>2015-06-16T07:01:00Z</dc:date>
    <item>
      <title>Intel MPI gives wrong number of physical cores on core i7 Q820?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040497#M4291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have begun learning MPI on my Dell 4500 with a Core i7 Q820 processor (4 physical and 8 logical cores).&lt;/P&gt;&lt;P&gt;When I run a simple program in Fortran to get the rank and size, i get 0 and 1 instead of 0 and 3 (see attached code).&lt;/P&gt;&lt;P&gt;What is wrong?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:33:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040497#M4291</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-06-15T17:33:28Z</dc:date>
    </item>
    <item>
      <title>Hi Anders,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040498#M4292</link>
      <description>&lt;P&gt;Hi Anders,&lt;BR /&gt;
	As far as I understand you run the MPI program without MPI launcher (like mpirun), correct?&lt;BR /&gt;
	$ ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;
	It's similar to:&lt;BR /&gt;
	$ mpirun -n 1 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;

&lt;P&gt;Why do you expect '0 and 3'?&lt;/P&gt;

&lt;P&gt;You can try to vary the number of MPI processes with '-n &amp;lt;procs&amp;gt;' option:&lt;BR /&gt;
	$ mpirun -n 4 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;

&lt;P&gt;I'd recommend to look at the&amp;nbsp;Getting Started with Intel® MPI Library document.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 06:59:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040498#M4292</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2015-06-16T06:59:03Z</dc:date>
    </item>
    <item>
      <title>Hi Anders,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040499#M4293</link>
      <description>&lt;P&gt;Hi Anders,&lt;BR /&gt;
	As far as I understand you run the MPI program without MPI launcher (like mpirun), correct?&lt;BR /&gt;
	$ ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;
	It's similar to:&lt;BR /&gt;
	$ mpirun -n 1 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;

&lt;P&gt;Why do you expect '0 and 3'?&lt;/P&gt;

&lt;P&gt;You can try to vary the number of MPI processes with '-n &amp;lt;procs&amp;gt;' option:&lt;BR /&gt;
	$ mpirun -n 4 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;

&lt;P&gt;I'd recommend to look at the&amp;nbsp;Getting Started with Intel® MPI Library document.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 07:01:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040499#M4293</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2015-06-16T07:01:00Z</dc:date>
    </item>
    <item>
      <title>[quote=Artem R. (Intel)]</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040500#M4294</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Artem R. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Anders,&lt;BR /&gt;
	As far as I understand you run the MPI program without MPI launcher (like mpirun), correct?&lt;BR /&gt;
	$ ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;
	It's similar to:&lt;BR /&gt;
	$ mpirun -n 1 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;

&lt;P&gt;Why do you expect '0 and 3'?&lt;/P&gt;

&lt;P&gt;You can try to vary the number of MPI processes with '-n &amp;lt;procs&amp;gt;' option:&lt;BR /&gt;
	$ mpirun -n 4 ./mpitest&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	rank,size=&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;

&lt;P&gt;I'd recommend to look at the&amp;nbsp;Getting Started with Intel® MPI Library document.&lt;/P&gt;

&lt;P&gt;Hi Artem,&lt;/P&gt;

&lt;P&gt;Thank you for your answer!&lt;/P&gt;

&lt;P&gt;My Dell M4500 broke down and I have continued with a Dell M4800 with a Core i7 4910MQ processor.&lt;/P&gt;

&lt;P&gt;Furthermore, I have installed the Parallell Studio Cluster software.&lt;/P&gt;

&lt;P&gt;When I run the simple test code (attached) with no use of MPI compile, link and run was OK.&lt;/P&gt;

&lt;P&gt;When I added just the line&lt;/P&gt;

&lt;P&gt;INCLUDE 'mpif.h'&lt;/P&gt;

&lt;P&gt;compile was OK but link gave a number of warnings and errors (attached link message printout)&lt;/P&gt;

&lt;P&gt;What have I missed?&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:28:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040500#M4294</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-06-19T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Did you add impi.lib to your</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040501#M4295</link>
      <description>&lt;P&gt;Did you add impi.lib to your library input?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:46:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040501#M4295</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2015-07-07T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Hi James,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040502#M4296</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;

&lt;P&gt;Thanks for your answers. As I just after your first reply installed the Cluster studio I found it better to start a new, hopefully better defined case called "Trying to make MPI work in a QuickWin application". I think your last comment may be relevant in the new case.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 21:00:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-gives-wrong-number-of-physical-cores-on-core-i7-Q820/m-p/1040502#M4296</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-07-07T21:00:29Z</dc:date>
    </item>
  </channel>
</rss>

