<?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 Problem when running an MPI program in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-when-running-an-MPI-program/m-p/816930#M1057</link>
    <description>The traceback indicates that an OpenMPI installation was on PATH when mpiexec was started. You must keep your Intel and Open MPI installations separate. The supported way of using Intel MPI is to set the paths by e.g. 'source /opt/intel/impi/4.0.0/bin64/mpivars.sh' (make appropriate changes in version according to your needs) both at build and at run time, same path on all nodes. If you aren't using Intel MPI, but only OpenMPI, the OpenMPI FAQ and mailing list are more suitable for your questions.</description>
    <pubDate>Tue, 18 May 2010 20:17:18 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2010-05-18T20:17:18Z</dc:date>
    <item>
      <title>Problem when running an MPI program</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-when-running-an-MPI-program/m-p/816928#M1055</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm running an mpi program, but I believe there are some problems with it.&lt;BR /&gt;
When I run: 'mpiexec -np 5 ./MYPROGRAM', I get:&lt;BR /&gt;[n1:13453] *** Process received signal ***&lt;BR /&gt;[n1:13453] Signal: Segmentation fault (11)&lt;BR /&gt;[n1:13453] Signal code: Address not mapped (1)&lt;BR /&gt;[n1:13453] Failing at address: 0x8&lt;BR /&gt;[n1:13453] [ 0] /lib64/libpthread.so.0 [0x2b63845d7a90]&lt;BR /&gt;[n1:13453] [ 1] /lib64/libc.so.6 [0x2b638485aa25]&lt;BR /&gt;[n1:13453] [ 2] /lib64/libc.so.6(cfree+0x76) [0x2b638485ac76]&lt;BR /&gt;[n1:13453] [ 3] /lib64/libnss_nis.so.2(_nss_nis_getpwuid_r+0xe9) [0x2b6384d51089]&lt;BR /&gt;[n1:13453] [ 4] /lib64/libc.so.6(getpwuid_r+0xec) [0x2b6384885cfc]&lt;BR /&gt;[n1:13453] [ 5] /lib64/libc.so.6(getpwuid+0x6f) [0x2b638488555f]&lt;BR /&gt;[n1:13453] [ 6] mpiexec(orte_sys_info+0x138) [0x4250ac]&lt;BR /&gt;[n1:13453] [ 7] mpiexec(orte_init_stage1+0x7c) [0x455b48]&lt;BR /&gt;[n1:13453] [ 8] mpiexec(orte_system_init+0x7) [0x4221f7]&lt;BR /&gt;[n1:13453] [ 9] mpiexec(orte_init+0x49) [0x421fc9]&lt;BR /&gt;[n1:13453] [10] mpiexec(orterun+0x1a6) [0x41d360]&lt;BR /&gt;[n1:13453] [11] mpiexec(main+0x20) [0x41ce08]&lt;BR /&gt;[n1:13453] [12] /lib64/libc.so.6(__libc_start_main+0xe6) [0x2b6384803586]&lt;BR /&gt;[n1:13453] [13] mpiexec [0x41cd59]&lt;BR /&gt;[n1:13453] *** End of error message ***&lt;BR /&gt;Segmentation fault&lt;BR /&gt;&lt;BR /&gt;The same program could run on headnote, but it would have problem on notes. Could anyone help me with it? Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2010 15:08:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Problem-when-running-an-MPI-program/m-p/816928#M1055</guid>
      <dc:creator>ceciliaxixi</dc:creator>
      <dc:date>2010-05-18T15:08:51Z</dc:date>
    </item>
    <item>
      <title>Problem when running an MPI program</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-when-running-an-MPI-program/m-p/816929#M1056</link>
      <description>&lt;P&gt;Hi ceciliaxixi,&lt;/P&gt;&lt;P&gt;Unfortunately, this is not a lot of information to go on. Could you provide your compile command, as well as which compilers and versions you're using? What does MYPROGRAM do? What version of the Intel MPI Library are you running? Are you even running Intel MPI? Any other details you can provide will be helpful.&lt;/P&gt;&lt;P&gt;If you are, indeed, using the Intel MPI LIbrary, you can start off with a simpler example. We provide some Hello World test programs in C, C++, Fortran77, and Fortran90 in the &lt;INSTALL_PATH&gt;/test directory. Try compiling and running one of those. Does it work?&lt;/INSTALL_PATH&gt;&lt;/P&gt;&lt;P&gt;Finally, it will be useful for you to provide us with a reproducer we can run on our local machines. If you don't want to post your source code in a public forum, you can always submit an issue at the &lt;A target="_blank" href="https://premier.intel.com"&gt;Intel Premier Support&lt;/A&gt; portal. Your login should be the same one you created upon registration of your Intel Software product serial number.&lt;/P&gt;&lt;P&gt;Looking forward to hearing back from you!&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2010 18:54:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Problem-when-running-an-MPI-program/m-p/816929#M1056</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2010-05-18T18:54:34Z</dc:date>
    </item>
    <item>
      <title>Problem when running an MPI program</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Problem-when-running-an-MPI-program/m-p/816930#M1057</link>
      <description>The traceback indicates that an OpenMPI installation was on PATH when mpiexec was started. You must keep your Intel and Open MPI installations separate. The supported way of using Intel MPI is to set the paths by e.g. 'source /opt/intel/impi/4.0.0/bin64/mpivars.sh' (make appropriate changes in version according to your needs) both at build and at run time, same path on all nodes. If you aren't using Intel MPI, but only OpenMPI, the OpenMPI FAQ and mailing list are more suitable for your questions.</description>
      <pubDate>Tue, 18 May 2010 20:17:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Problem-when-running-an-MPI-program/m-p/816930#M1057</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-05-18T20:17:18Z</dc:date>
    </item>
  </channel>
</rss>

