<?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 IFORT/OPENMPI EXECUTION PROBLEM in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894889#M2097</link>
    <description>We have an evaluation ifort (version 11.0) installation with which I am attempting to compile and run an MPI application; I am attempting to run on a single, two processor Intel Xeon machine running mandriva Linux release 2008.1 OS on which we have installed OpenMPI (openmpi-1.2.8-1mdv2008.1). The MPI application in question has been run successfully on this machine after being compiled with ifc, gfortran and lf95. After compiling my application with ifort, error messages generated by the MPI error handler are emitted when I attempt to run the application:&lt;BR /&gt;&lt;BR /&gt;(bash) niwot.pts/13% mpirun -np 3 wrapper_ifort_omp_g.ex &lt;INPUT_611.DAT&gt;&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** An error occurred in MPI_Comm_set_errhandler&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** on communicator MPI_COMM_WORLD&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** MPI_ERR_ARG: invalid argument of some other kind&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** MPI_ERRORS_ARE_FATAL (goodbye)&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** An error occurred in MPI_Comm_set_errhandler&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** on communicator MPI_COMM_WORLD&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** MPI_ERR_ARG: invalid argument of some other kind&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** MPI_ERRORS_ARE_FATAL (goodbye)&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** An error occurred in MPI_Comm_set_errhandler&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** on communicator MPI_COMM_WORLD&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** MPI_ERR_ARG: invalid argument of some other kind&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** MPI_ERRORS_ARE_FATAL (goodbye)&lt;BR /&gt;mpirun noticed that job rank 2 with PID 21908 on node niwot.cr.usgs.gov exited on signal 41 (Real-time signal 7). &lt;BR /&gt;&lt;BR /&gt;These messages are not part of the MPI application. When I execute with the TotalView debugger as follows, then I get the impression that the job isn't attaching properly to the processes:&lt;BR /&gt;&lt;BR /&gt;(bash) niwot.pts/13% mpirun -tv -np 3 wrapper_ifort_omp_g.ex &lt;INPUT_611.DAT&gt;&lt;BR /&gt;Copyright 2007-2009 by TotalView Technologies, LLC. ALL RIGHTS RESERVED.&lt;BR /&gt;Copyright 1999-2007 by Etnus, LLC.&lt;BR /&gt;Copyright 1999 by Etnus, Inc.&lt;BR /&gt;Copyright 1996-1998 by Dolphin Interconnect Solutions, Inc.&lt;BR /&gt;Copyright 1989-1996 by BBN Inc.&lt;BR /&gt;TotalView Technologies ReplayEngine&lt;BR /&gt;Copyright 2009 TotalView Technologies&lt;BR /&gt;ReplayEngine uses the UndoDB Reverse Execution Engine&lt;BR /&gt;Copyright 2005-2009 Undo Limited&lt;BR /&gt;Reading symbols for process 1, executing "mpirun"&lt;BR /&gt;Library /usr/bin/orterun, with 2 asects, was linked at 0x08048000, and initially loaded at 0x10000000&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt;Can't attach to group member - perhaps because the executable was not found: process not found&lt;BR /&gt;Couldn't attach to process 22141 in cluster 0, node 1 -- skipping it&lt;BR /&gt;Couldn't attach to process 22142 in cluster 0, node 1 -- skipping it&lt;BR /&gt;Couldn't attach to process 22143 in cluster 0, node 1 -- skipping it&lt;BR /&gt;[niwot.cr.usgs.gov:22131] [0,0,0]-[0,1,0] mca_oob_tcp_msg_recv: readv failed: Connection reset by peer (104)&lt;BR /&gt;&lt;BR /&gt;These messages are emitted after attempting to attach to all processes in TotalView and then starting the execution. &lt;BR /&gt;&lt;BR /&gt;Is there something else or in addition that I should be doing here?&lt;BR /&gt;&lt;BR /&gt;-- Rich Naff&lt;/INPUT_611.DAT&gt;&lt;/INPUT_611.DAT&gt;</description>
    <pubDate>Tue, 26 May 2009 17:00:28 GMT</pubDate>
    <dc:creator>emrys56</dc:creator>
    <dc:date>2009-05-26T17:00:28Z</dc:date>
    <item>
      <title>IFORT/OPENMPI EXECUTION PROBLEM</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894889#M2097</link>
      <description>We have an evaluation ifort (version 11.0) installation with which I am attempting to compile and run an MPI application; I am attempting to run on a single, two processor Intel Xeon machine running mandriva Linux release 2008.1 OS on which we have installed OpenMPI (openmpi-1.2.8-1mdv2008.1). The MPI application in question has been run successfully on this machine after being compiled with ifc, gfortran and lf95. After compiling my application with ifort, error messages generated by the MPI error handler are emitted when I attempt to run the application:&lt;BR /&gt;&lt;BR /&gt;(bash) niwot.pts/13% mpirun -np 3 wrapper_ifort_omp_g.ex &lt;INPUT_611.DAT&gt;&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** An error occurred in MPI_Comm_set_errhandler&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** on communicator MPI_COMM_WORLD&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** MPI_ERR_ARG: invalid argument of some other kind&lt;BR /&gt;[niwot.cr.usgs.gov:21906] *** MPI_ERRORS_ARE_FATAL (goodbye)&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** An error occurred in MPI_Comm_set_errhandler&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** on communicator MPI_COMM_WORLD&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** MPI_ERR_ARG: invalid argument of some other kind&lt;BR /&gt;[niwot.cr.usgs.gov:21908] *** MPI_ERRORS_ARE_FATAL (goodbye)&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** An error occurred in MPI_Comm_set_errhandler&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** on communicator MPI_COMM_WORLD&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** MPI_ERR_ARG: invalid argument of some other kind&lt;BR /&gt;[niwot.cr.usgs.gov:21907] *** MPI_ERRORS_ARE_FATAL (goodbye)&lt;BR /&gt;mpirun noticed that job rank 2 with PID 21908 on node niwot.cr.usgs.gov exited on signal 41 (Real-time signal 7). &lt;BR /&gt;&lt;BR /&gt;These messages are not part of the MPI application. When I execute with the TotalView debugger as follows, then I get the impression that the job isn't attaching properly to the processes:&lt;BR /&gt;&lt;BR /&gt;(bash) niwot.pts/13% mpirun -tv -np 3 wrapper_ifort_omp_g.ex &lt;INPUT_611.DAT&gt;&lt;BR /&gt;Copyright 2007-2009 by TotalView Technologies, LLC. ALL RIGHTS RESERVED.&lt;BR /&gt;Copyright 1999-2007 by Etnus, LLC.&lt;BR /&gt;Copyright 1999 by Etnus, Inc.&lt;BR /&gt;Copyright 1996-1998 by Dolphin Interconnect Solutions, Inc.&lt;BR /&gt;Copyright 1989-1996 by BBN Inc.&lt;BR /&gt;TotalView Technologies ReplayEngine&lt;BR /&gt;Copyright 2009 TotalView Technologies&lt;BR /&gt;ReplayEngine uses the UndoDB Reverse Execution Engine&lt;BR /&gt;Copyright 2005-2009 Undo Limited&lt;BR /&gt;Reading symbols for process 1, executing "mpirun"&lt;BR /&gt;Library /usr/bin/orterun, with 2 asects, was linked at 0x08048000, and initially loaded at 0x10000000&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt; wrapper: start&lt;BR /&gt;Can't attach to group member - perhaps because the executable was not found: process not found&lt;BR /&gt;Couldn't attach to process 22141 in cluster 0, node 1 -- skipping it&lt;BR /&gt;Couldn't attach to process 22142 in cluster 0, node 1 -- skipping it&lt;BR /&gt;Couldn't attach to process 22143 in cluster 0, node 1 -- skipping it&lt;BR /&gt;[niwot.cr.usgs.gov:22131] [0,0,0]-[0,1,0] mca_oob_tcp_msg_recv: readv failed: Connection reset by peer (104)&lt;BR /&gt;&lt;BR /&gt;These messages are emitted after attempting to attach to all processes in TotalView and then starting the execution. &lt;BR /&gt;&lt;BR /&gt;Is there something else or in addition that I should be doing here?&lt;BR /&gt;&lt;BR /&gt;-- Rich Naff&lt;/INPUT_611.DAT&gt;&lt;/INPUT_611.DAT&gt;</description>
      <pubDate>Tue, 26 May 2009 17:00:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894889#M2097</guid>
      <dc:creator>emrys56</dc:creator>
      <dc:date>2009-05-26T17:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: IFORT/OPENMPI EXECUTION PROBLEM</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894890#M2098</link>
      <description>&lt;P&gt;Hi Rich,&lt;/P&gt;
&lt;P&gt;Thanks for getting in touch with us. Are you successfully able to run OpenMPI with the Intel Fortran Compiler for a simpler application? Something like an MPI Hello World program, just to make sure that your installation of OpenMPI and the Intel Fortran Compiler are okay.&lt;/P&gt;
&lt;P&gt;Additionally, have you compiled OpenMPI itself using the Intel Compilers? More information on how that's done is available &lt;A href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-open-mpi-with-the-intel-compilers/" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you believe this might be an issue with the Intel Fortran Compilers, you can submit a request to the development team via the &lt;A href="http://premier.intel.com" target="_blank"&gt;Intel Premier Support site&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2009 22:57:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894890#M2098</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2009-05-26T22:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: IFORT/OPENMPI EXECUTION PROBLEM</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894891#M2099</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/198675"&gt;Gergana Slavova (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hi Rich,&lt;/P&gt;
&lt;P&gt;Thanks for getting in touch with us. Are you successfully able to run OpenMPI with the Intel Fortran Compiler for a simpler application? Something like an MPI Hello World program, just to make sure that your installation of OpenMPI and the Intel Fortran Compiler are okay.&lt;/P&gt;
&lt;P&gt;Additionally, have you compiled OpenMPI itself using the Intel Compilers? More information on how that's done is available &lt;A href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-open-mpi-with-the-intel-compilers/" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you believe this might be an issue with the Intel Fortran Compilers, you can submit a request to the development team via the &lt;A href="http://premier.intel.com" target="_blank"&gt;Intel Premier Support site&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;BR /&gt;~Gergana&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Gergana: My Hello program appears to be functioning:&lt;BR /&gt;&lt;BR /&gt;(bash) niwot.pts/13% mpirun -np 3 hello.ex&lt;BR /&gt; Hello, world! I am 1 of 3&lt;BR /&gt; Hello, world! I am 2 of 3&lt;BR /&gt; Hello, world! I am 0 of 3&lt;BR /&gt;&lt;BR /&gt;We have -not- compiled OpenMPI itself using the Intel Compilers; our  version of OpenMPI is that which comes with the Mandriva release. I can request that our system administrator do so if you believe this to be the problem; please advise me acordingly.&lt;BR /&gt;&lt;BR /&gt;--Rich&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 May 2009 00:44:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894891#M2099</guid>
      <dc:creator>emrys56</dc:creator>
      <dc:date>2009-05-27T00:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: IFORT/OPENMPI EXECUTION PROBLEM</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894892#M2100</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
If you're reluctant to proceed without a second opinion, the OpenMPI team has a good FAQ and support mailing list. &lt;BR /&gt;</description>
      <pubDate>Wed, 27 May 2009 01:09:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894892#M2100</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-05-27T01:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: IFORT/OPENMPI EXECUTION PROBLEM</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894893#M2101</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; If you're reluctant to proceed without a second opinion, the OpenMPI team has a good FAQ and support mailing list. &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Gergana: Okay we did follow your suggestion and rebuilt the OpenMPI installation using the Intel compilers; the MPI application now works. Now I can do the TotalView testing. &lt;BR /&gt;&lt;BR /&gt;Thanks, Rich&lt;BR /&gt;</description>
      <pubDate>Wed, 27 May 2009 22:45:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894893#M2101</guid>
      <dc:creator>emrys56</dc:creator>
      <dc:date>2009-05-27T22:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: IFORT/OPENMPI EXECUTION PROBLEM</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894894#M2102</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/427987"&gt;emrys56&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Gergana: Okay we did follow your suggestion and rebuilt the OpenMPI installation using the Intel compilers; the MPI application now works. Now I can do the TotalView testing. &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Hi Rich,&lt;/P&gt;
&lt;P&gt;I'm glad to hear everything worked out. If you do have further problems, in addition to the &lt;A href="http://www.open-mpi.org/community/help/" target="_blank"&gt;OpenMPI resources&lt;/A&gt; Tim mentioned, I can also suggest visiting the &lt;A href="http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/"&gt;Intel Fortran Compiler forums&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2009 14:20:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/IFORT-OPENMPI-EXECUTION-PROBLEM/m-p/894894#M2102</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2009-05-28T14:20:55Z</dc:date>
    </item>
  </channel>
</rss>

