<?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: ifort MPI_FILE_OPEN err with romio testsuite in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/ifort-MPI-FILE-OPEN-err-with-romio-testsuite/m-p/995933#M3646</link>
    <description>I test it under EM64T. &lt;BR /&gt;&lt;BR /&gt;Thank you for your advise, I will try MPICH2</description>
    <pubDate>Fri, 11 Mar 2005 12:54:59 GMT</pubDate>
    <dc:creator>clotho</dc:creator>
    <dc:date>2005-03-11T12:54:59Z</dc:date>
    <item>
      <title>ifort MPI_FILE_OPEN err with romio testsuite</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ifort-MPI-FILE-OPEN-err-with-romio-testsuite/m-p/995931#M3644</link>
      <description>In MPICH-1.2.6, romio directory, there is a test program called "fcoll_test.f".&lt;BR /&gt;The test program run successfully with gcc compiler.&lt;BR /&gt;However, with ifort (8.0/8.1) compiler, the program fails.&lt;BR /&gt;&lt;BR /&gt;After debugging, I find that the function MPI_FILE_OPEN fails (ierr is non-zero).&lt;BR /&gt;But change the size of character array from 1024 to 200 can solve the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have found another people with similar experience as me: (in Chinese)&lt;BR /&gt;&lt;A href="http://www.lasg.ac.cn/cgi-bin/forum/view.cgi?forum=4&amp;amp;topic=2519" target="_blank"&gt;http://www.lasg.ac.cn/cgi-bin/forum/view.cgi?forum=4&amp;amp;topic=2519&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the full program :&lt;BR /&gt;&lt;A href="http://clustertech.com/~wytsang/fcoll_test.f" target="_blank"&gt;http://clustertech.com/~wytsang/fcoll_test.f&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the simplier version of the program.&lt;BR /&gt;&lt;BR /&gt;      program main&lt;BR /&gt;      implicit none&lt;BR /&gt;&lt;BR /&gt;      include 'mpif.h'&lt;BR /&gt;&lt;BR /&gt;      integer nprocs&lt;BR /&gt;      integer mynod&lt;BR /&gt;      integer fh, ierr&lt;BR /&gt;      character*1024 str    ! used to store the filename&lt;BR /&gt;c     character*200 str    ! this will work&lt;BR /&gt;&lt;BR /&gt;      integer writebuf(1)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      call MPI_INIT(ierr)&lt;BR /&gt;      call MPI_COMM_SIZE(MPI_COMM_WORLD, nprocs, ierr)&lt;BR /&gt;      call MPI_COMM_RANK(MPI_COMM_WORLD, mynod, ierr)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      str = 'test'&lt;BR /&gt;      writebuf(0) = 0&lt;BR /&gt;&lt;BR /&gt;      call MPI_FILE_OPEN(MPI_COMM_WORLD, str,                           &amp;amp;&lt;BR /&gt;     &amp;amp;     MPI_MODE_CREATE+MPI_MODE_RDWR, MPI_INFO_NULL, fh, ierr)&lt;BR /&gt;      print *,ierr&lt;BR /&gt;&lt;BR /&gt;      call MPI_FINALIZE(ierr)&lt;BR /&gt;&lt;BR /&gt;      stop&lt;BR /&gt;      end</description>
      <pubDate>Mon, 07 Feb 2005 11:17:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ifort-MPI-FILE-OPEN-err-with-romio-testsuite/m-p/995931#M3644</guid>
      <dc:creator>clotho</dc:creator>
      <dc:date>2005-02-07T11:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: ifort MPI_FILE_OPEN err with romio testsuite</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ifort-MPI-FILE-OPEN-err-with-romio-testsuite/m-p/995932#M3645</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Clotho -&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I've tried the test code you've included with the Intel MPI Library and the Intel Fortran version 8.1 compiler on an Itanium cluster. This worked fine for me. What processor architecture were you using that gave you the problems? Have you tried a later version of the MPICH library, such as MPICH2?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-- clay&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Mar 2005 08:57:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ifort-MPI-FILE-OPEN-err-with-romio-testsuite/m-p/995932#M3645</guid>
      <dc:creator>ClayB</dc:creator>
      <dc:date>2005-03-11T08:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: ifort MPI_FILE_OPEN err with romio testsuite</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ifort-MPI-FILE-OPEN-err-with-romio-testsuite/m-p/995933#M3646</link>
      <description>I test it under EM64T. &lt;BR /&gt;&lt;BR /&gt;Thank you for your advise, I will try MPICH2</description>
      <pubDate>Fri, 11 Mar 2005 12:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ifort-MPI-FILE-OPEN-err-with-romio-testsuite/m-p/995933#M3646</guid>
      <dc:creator>clotho</dc:creator>
      <dc:date>2005-03-11T12:54:59Z</dc:date>
    </item>
  </channel>
</rss>

