<?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 Re: Re:Printing core binding information in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1206117#M7101</link>
    <description>&lt;P&gt;Hi Prasanth,&lt;/P&gt;
&lt;P&gt;Yes. It can be close.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Edgar&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 13:45:47 GMT</pubDate>
    <dc:creator>black__edgar</dc:creator>
    <dc:date>2020-09-02T13:45:47Z</dc:date>
    <item>
      <title>Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200524#M7018</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Ever since I move to parallel_studio_xe_2020_update2 I lose the capability of printing core-binding using Intel MPI.&lt;/P&gt;
&lt;P&gt;I use to get this information using the following environmental variables:&lt;/P&gt;
&lt;P&gt;mpiexec &amp;nbsp;-genv I_MPI_PIN_DOMAIN=core -genv I_MPI_PIN_ORDER=scatter -genv I_MPI_DEBUG=4 -n 4 ./myProgram&lt;/P&gt;
&lt;P&gt;Now, nothing more than the program output is printed.&lt;/P&gt;
&lt;P&gt;Any Idea of what is missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 14:24:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200524#M7018</guid>
      <dc:creator>black__edgar</dc:creator>
      <dc:date>2020-08-15T14:24:38Z</dc:date>
    </item>
    <item>
      <title>Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200851#M7023</link>
      <description>&lt;P&gt;Hi Edgar,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have tried with IMPI 2019u8(which is the MPI version comes with PSXE update2) and found no issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please check inside the command prompt and tell us if it is the same behaviour?&lt;/P&gt;&lt;P&gt;-&amp;gt; Set the environment by running&amp;nbsp;compilvervars.bat, mpivars.bat.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For full info please refer to prerequisite steps in getting started guide(&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-mpi-for-windows/top/get-started-with-intel-mpi-library-for-intel-parallel-studio-xe-on-windows-os.html" rel="noopener noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-mpi-for-windows/top/get-started-with-intel-mpi-library-for-intel-parallel-studio-xe-on-windows-os.html&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2020 11:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200851#M7023</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-17T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200867#M7026</link>
      <description>&lt;P&gt;Hi Prasanth, thank you for your answer.&lt;/P&gt;
&lt;P&gt;I recently update my system. I am currently running Linux Mint 20:&lt;/P&gt;
&lt;P&gt;NAME="Linux Mint"&lt;BR /&gt;VERSION="20 (Ulyana)"&lt;BR /&gt;ID=linuxmint&lt;BR /&gt;ID_LIKE=ubuntu&lt;BR /&gt;PRETTY_NAME="Linux Mint 20"&lt;/P&gt;
&lt;P&gt;Previously, I was&amp;nbsp; running Linux Mint 19.3&lt;/P&gt;
&lt;P&gt;I also update to parallel_studio_xe_2020_update2:&lt;/P&gt;
&lt;P&gt;$ icc --version&lt;BR /&gt;icc (ICC) 19.1.2.254 20200623&lt;BR /&gt;Copyright (C) 1985-2020 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;$ mpiexec --version&lt;BR /&gt;Intel(R) MPI Library for Linux* OS, Version 2019 Update 8 Build 20200624 (id: 4f16ad915)&lt;BR /&gt;Copyright 2003-2020, Intel Corporation.&lt;/P&gt;
&lt;P&gt;I am running my program using the command prompt. My command is like this:&lt;/P&gt;
&lt;P&gt;mpiexec -genv I_MPI_PIN_DOMAIN=core -genv I_MPI_PIN_ORDER=scatter -genv I_MPI_DEBUG=4&amp;nbsp; -n 4 myProgram&lt;/P&gt;
&lt;P&gt;I have also tried exporting the environmental variables (e.g.: export I_MPI_PIN_DOMAIN=core) without luck.&lt;/P&gt;
&lt;P&gt;Setting the I_MPI_DEBUG=4 variable used to do the magic for me, but not anymore.&lt;/P&gt;
&lt;P&gt;I am having a similar problem using gcc + mpich. In updating the OS I move form gcc 7.5 to gcc 9.3 and from mpich.hydra 3.3a2&amp;nbsp; to mpich.hydra 3.3.2. In using gcc+mpich I also lost the capability to print out the core binding information. I do not know if these two problems are related, but they both started showing just after I updated my system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Edgar&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 12:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200867#M7026</guid>
      <dc:creator>black__edgar</dc:creator>
      <dc:date>2020-08-17T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200874#M7028</link>
      <description>&lt;P&gt;I just re-installed parallel_studio_xe_2019_update5 and recompied my program.&lt;/P&gt;
&lt;P&gt;It worked as expected. The core bindings are printed out.&lt;/P&gt;
&lt;P&gt;Running programs compiled using parallel_studio_xe_2020_update2 under parallel_studio_xe_2019_update5 do not produced the core bindings print out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running programs compiled using parallel_studio_xe_2019_update5&amp;nbsp;under parallel_studio_xe_2020_update2&amp;nbsp; do indeed produced the core bindings print out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore, in my system, parallel_studio_xe_2020_update2 seems to be the one causing the problem.&lt;/P&gt;
&lt;P&gt;Any ideas or sugestions?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Edgar&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>Mon, 17 Aug 2020 13:32:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1200874#M7028</guid>
      <dc:creator>black__edgar</dc:creator>
      <dc:date>2020-08-17T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1201642#M7040</link>
      <description>&lt;P&gt;Hi Edgar,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Currently, there is no support for Linux Mint OS. Please check System requirements of IMPI(&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-library-release-notes-linux.html" rel="noopener noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-library-release-notes-linux.html&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you have any other systems with the supported OS you can check with PSXE20 update2.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you once try the following suggestions to see if it works :&lt;/P&gt;&lt;P&gt;--&amp;gt;Instead of giving as a command-line argument could you once check by exporting I_MPI_DEBUG variable. Also, check by keeping the highest debug level like -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;B&gt;export I_MPI_DEBUG=100&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since your OS is not supported if you want to check the core binding information, We provide an online Pinning Simulator for Intel® MPI Library(&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/pinning-simulator-for-intel-mpi-library.html" rel="noopener noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/pinning-simulator-for-intel-mpi-library.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Where you can play with the variables and see how the process pinning works in IMPI.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Prasanth&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2020 12:42:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1201642#M7040</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-19T12:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1201675#M7043</link>
      <description>&lt;P&gt;Hi Prasanth,&lt;/P&gt;
&lt;P&gt;Unfortunately, I do not have another system in which I can test this issue.&lt;/P&gt;
&lt;P&gt;Exporting&amp;nbsp; (I_MPI_DEBUG=100), do not solve the problem.&lt;/P&gt;
&lt;P&gt;As I mentioned before, I am having a similar problem using mpich after updating from (gcc 7.5+mpich 3.3a2)&amp;nbsp; to (gcc 9.3 + 3.3.2).&lt;/P&gt;
&lt;P&gt;In this link: &lt;A href="https://github.com/pmodels/mpich/issues/3361" target="_blank"&gt;https://github.com/pmodels/mpich/issues/3361&lt;/A&gt;&amp;nbsp;they discuss the problem. Someone found the problem in " two different generic Linux x86-64 machines using (mpich) 3.4a2 and 3.3." The issue was flagged as a bug to be solved.&lt;/P&gt;
&lt;P&gt;If the Intel MPI is based or was updated to one of these versions of mpich, perhaps that is the source of the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edgar&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 13:44:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1201675#M7043</guid>
      <dc:creator>black__edgar</dc:creator>
      <dc:date>2020-08-19T13:44:40Z</dc:date>
    </item>
    <item>
      <title>Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1204577#M7062</link>
      <description>&lt;P&gt;Hi Edgar,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Apologies for the delay!&lt;/P&gt;&lt;P&gt;We are looking into your query with the internal engineering team. We will get back to you soon.&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;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2020 08:39:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1204577#M7062</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-27T08:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1204628#M7064</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp; Prasanth.&lt;/P&gt;
&lt;P&gt;To me, the problem seems to be related to mpich 3.3.2.&lt;/P&gt;
&lt;P&gt;I downloaded and compile the new 3.4a3 &lt;SPAN class="release_type"&gt;(alpha release)&lt;/SPAN&gt; and the problem is gone.&lt;/P&gt;
&lt;P&gt;If the latest Intel MPI library is somehow based on mpich 3.3.2, this could be causing the problem.&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Edgar Black&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 12:18:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1204628#M7064</guid>
      <dc:creator>black__edgar</dc:creator>
      <dc:date>2020-08-27T12:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1204939#M7082</link>
      <description>&lt;P&gt;Hi Edgar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue was not seen in supported operating systems as we have checked.&lt;/P&gt;
&lt;P&gt;So we think this might not be a product issue and is something related to the environment of your system.&lt;/P&gt;
&lt;P&gt;Since your OS is unsupported we cannot comment on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your query is answered please confirm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 10:12:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1204939#M7082</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-08-28T10:12:04Z</dc:date>
    </item>
    <item>
      <title>Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1206114#M7100</link>
      <description>&lt;P&gt;Hi Edgar,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since your question has been answered, can we close this thread?&lt;/P&gt;&lt;P&gt;You can reach out to us if you have any further questions.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:31:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1206114#M7100</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-02T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1206117#M7101</link>
      <description>&lt;P&gt;Hi Prasanth,&lt;/P&gt;
&lt;P&gt;Yes. It can be close.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Edgar&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:45:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1206117#M7101</guid>
      <dc:creator>black__edgar</dc:creator>
      <dc:date>2020-09-02T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re:Printing core binding information</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1206711#M7107</link>
      <description>&lt;P&gt;Hi Edgar,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2020 09:09:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Printing-core-binding-information/m-p/1206711#M7107</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-09-04T09:09:41Z</dc:date>
    </item>
  </channel>
</rss>

