<?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 Has this issue been addressed in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084330#M4943</link>
    <description>&lt;P&gt;Has this issue been addressed?&lt;/P&gt;

&lt;P&gt;I'm seeing the same issue in Intel MPI 5.1.3.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Rob&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2016 14:33:07 GMT</pubDate>
    <dc:creator>Robert_Adams</dc:creator>
    <dc:date>2016-10-10T14:33:07Z</dc:date>
    <item>
      <title>system call intrinsics not working when using ILP64 version of Intel MPI</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084326#M4939</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am using Intel MPI 5.1.2 and ifort version 16.0.1 under linux.&amp;nbsp; I have a code that uses the 'system' intrinsic to perform some file/directory manipulations that no longer works properly when using the latest version of parallel studio (it works with earlier versions). Attached is a very simple test case that illustrates the problem by attempting to create a directory either using the 'system' function of the 'execute_command_line" function.&amp;nbsp; Basically, when using the standard 4-byte mpi interface there are no issues.&amp;nbsp; However, when using the 8-byte ILP64 mpi interface, the system call fails silently and the execute_command_line function crashes the program.&amp;nbsp; Also attached is a screen shot of the test case command line run on my system.&lt;/P&gt;

&lt;P&gt;Another issue I notice with the mpi included in the latest parallel studio is that I keep getting an 'undefined symbol: MPI_F_STATUSES_IGNORE' warning when running the test case with the ILP64 interface.&amp;nbsp; The ldd output is also shown in the screen shot.&amp;nbsp; If I perform an&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nm /PATH/TO/libmpi_ilp64.so.4 | grep STATUSES_IGNORE&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 132:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U MPI_F_STATUSES_IGNORE&lt;/P&gt;

&lt;P&gt;I see that the symbol exists in the library but that it is undefined.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:55:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084326#M4939</guid>
      <dc:creator>John_Y_</dc:creator>
      <dc:date>2016-06-03T12:55:26Z</dc:date>
    </item>
    <item>
      <title>I'm going to move this to the</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084327#M4940</link>
      <description>&lt;P&gt;I'm going to move this to the Clustering (MPI) forum. I don't see that it's a Fortran issue. I'll note that on Linux, EXECUTE_COMMAND_LINE just calls system.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:26:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084327#M4940</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-06-03T13:26:08Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084328#M4941</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I was just wondering if anybody had a chance to look at the issue described above.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:06:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084328#M4941</guid>
      <dc:creator>John_Y_</dc:creator>
      <dc:date>2016-06-06T12:06:29Z</dc:date>
    </item>
    <item>
      <title>It seems like this is still</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084329#M4942</link>
      <description>&lt;P&gt;It seems like this is still an issue. I have been encountering this condition this week under the use of Intel MPI 5.1.3 and ifort 16.0.3 under Linux.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 13:42:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084329#M4942</guid>
      <dc:creator>Owen_W_</dc:creator>
      <dc:date>2016-07-06T13:42:24Z</dc:date>
    </item>
    <item>
      <title>Has this issue been addressed</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084330#M4943</link>
      <description>&lt;P&gt;Has this issue been addressed?&lt;/P&gt;

&lt;P&gt;I'm seeing the same issue in Intel MPI 5.1.3.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Rob&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 14:33:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084330#M4943</guid>
      <dc:creator>Robert_Adams</dc:creator>
      <dc:date>2016-10-10T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084331#M4944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; I used the older versions (MPI and compiler&amp;nbsp;versions )&amp;nbsp;pretty close to the ones you&amp;nbsp;used but I could reproduce the issue.&amp;nbsp;Can you provide the exact commands that you used to compile and run the attached a.f90? Sorry, the screenshot&amp;nbsp;has rather small font &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:10:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084331#M4944</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-10-19T01:10:34Z</dc:date>
    </item>
    <item>
      <title>correction to the previous</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084332#M4945</link>
      <description>&lt;P&gt;correction to the previous post: I meant "could NOT reproduce"&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:12:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084332#M4945</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-10-19T01:12:11Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084333#M4946</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;After little bit more tweaking, I think I was able to reproduce the issue with these commands:&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;-bash-4.2$ mpiifort -i8 -o test-ilp64.x test-ilp64.f90&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;-bash-4.2$ mpirun -ilp64 -n 1 ./test-ilp64.x&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Is that how you were running your example?&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Mark&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:29:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084333#M4946</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-10-19T01:29:09Z</dc:date>
    </item>
    <item>
      <title>Hi Mark,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084334#M4947</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Mark L. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;-bash-4.2$ mpiifort -i8 -o test-ilp64.x test-ilp64.f90&lt;/P&gt;

&lt;P&gt;-bash-4.2$ mpirun -ilp64 -n 1 ./test-ilp64.x&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Yes, that is how I was compiling and running the program.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:24:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084334#M4947</guid>
      <dc:creator>John_Young</dc:creator>
      <dc:date>2016-10-19T12:24:26Z</dc:date>
    </item>
    <item>
      <title>John,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084335#M4948</link>
      <description>&lt;P&gt;John,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; I talked to engineering - they asked my to submit an&amp;nbsp;internal ticket (I intend to do it). I do not have the time estimate for the resolution although at this point.&lt;/P&gt;

&lt;P&gt;If you have Intel Premier Support (IPS)&amp;nbsp;account - you could submit this too through IPS - this way you&amp;nbsp;can track the issue directly.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Mark&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 23:23:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084335#M4948</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-10-20T23:23:24Z</dc:date>
    </item>
    <item>
      <title>This still seems to be an</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084336#M4949</link>
      <description>&lt;P&gt;This still seems to be an open issue. Any ideas on when it will be fixed?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 15:54:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084336#M4949</guid>
      <dc:creator>William_D_2</dc:creator>
      <dc:date>2017-04-17T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Let me check. What version </title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084337#M4950</link>
      <description>&lt;P&gt;Let me check. What version&amp;nbsp;(of Intel MPI) do you use now? Can you use the latest 2017&amp;nbsp;Update 2?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 00:31:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084337#M4950</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2017-04-18T00:31:57Z</dc:date>
    </item>
    <item>
      <title>still unresolved with 2017.2</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084338#M4951</link>
      <description>&lt;P&gt;still unresolved with 2017.2 and 2017.3&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 13:03:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084338#M4951</guid>
      <dc:creator>kostas_s_1</dc:creator>
      <dc:date>2017-08-25T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Still unresolved with 2018.0</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084339#M4952</link>
      <description>&lt;P&gt;Still unresolved with 2018.0.2&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 21:22:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084339#M4952</guid>
      <dc:creator>Sachin_m_</dc:creator>
      <dc:date>2018-06-13T21:22:09Z</dc:date>
    </item>
    <item>
      <title>Quote:Sachin m. wrote:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084340#M4953</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sachin m. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Still unresolved with 2018.0.2&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Please check the latest Intel MPI. Issue is fixed since 2018 Update 3.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 12:35:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/system-call-intrinsics-not-working-when-using-ILP64-version-of/m-p/1084340#M4953</guid>
      <dc:creator>Sergey_Y_Intel</dc:creator>
      <dc:date>2018-07-04T12:35:31Z</dc:date>
    </item>
  </channel>
</rss>

