<?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 Error when executing mpirun on 2 nodes in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792500#M595</link>
    <description>Where it is possible to take these libraries? What for they are necessary?</description>
    <pubDate>Wed, 23 Jun 2010 08:55:01 GMT</pubDate>
    <dc:creator>jabuin</dc:creator>
    <dc:date>2010-06-23T08:55:01Z</dc:date>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792498#M593</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'am have 2 nodes and headnode.&lt;/P&gt;&lt;P&gt;OS: centos 5.5, mpi-rt-4.0.0.028 installed.&lt;/P&gt;&lt;P&gt;mdp-ring executing normally:&lt;/P&gt;&lt;P&gt;[root@head ~]# mpdboot -d -v -r ssh -f /root/mpd.hosts -n 3&lt;BR /&gt;debug: starting&lt;BR /&gt;running mpdallexit on head.kazntu.local&lt;BR /&gt;LAUNCHED mpd on head.kazntu.local  via  &lt;BR /&gt;debug: launch cmd= env I_MPI_JOB_TAGGED_PORT_OUTPUT=1 /opt/intel/mpi-rt/4.0.0/bin64/mpd.py   --ncpus=1 --myhost=head.kazntu.local -e -d -s 3&lt;BR /&gt;debug: mpd on head.kazntu.local  on port 45035&lt;BR /&gt;RUNNING: mpd on head.kazntu.local&lt;BR /&gt;debug: info for running mpd: {'ip': '', 'ncpus': 1, 'list_port': 45035, 'entry_port': '', 'host': 'head.kazntu.local', 'entry_host': '', 'ifhn': ''}&lt;BR /&gt;LAUNCHED mpd on node01  via  head.kazntu.local&lt;BR /&gt;debug: launch cmd= ssh -x -n -q node01 env I_MPI_JOB_TAGGED_PORT_OUTPUT=1 HOSTNAME=$HOSTNAME /opt/intel/mpi-rt/4.0.0/bin64/mpd.py  -h head.kazntu.local -p 45035 --ifhn=192.168.192.21 --ncpus=1 --myhost=node01 --myip=192.168.192.21 -e -d -s 3 &lt;BR /&gt;LAUNCHED mpd on node02  via  head.kazntu.local&lt;BR /&gt;debug: launch cmd= ssh -x -n -q node02 env I_MPI_JOB_TAGGED_PORT_OUTPUT=1 HOSTNAME=$HOSTNAME /opt/intel/mpi-rt/4.0.0/bin64/mpd.py  -h head.kazntu.local -p 45035 --ifhn=192.168.192.22 --ncpus=1 --myhost=node02 --myip=192.168.192.22 -e -d -s 3 &lt;BR /&gt;debug: mpd on node01  on port 43150&lt;BR /&gt;RUNNING: mpd on node01&lt;BR /&gt;debug: info for running mpd: {'ip': '192.168.192.21', 'ncpus': 1, 'list_port': 43150, 'entry_port': 45035, 'host': 'node01', 'entry_host': 'head.kazntu.local', 'ifhn': '', 'pid': 6272}&lt;BR /&gt;debug: mpd on node02  on port 43164&lt;BR /&gt;RUNNING: mpd on node02&lt;BR /&gt;debug: info for running mpd: {'ip': '192.168.192.22', 'ncpus': 1, 'list_port': 43164, 'entry_port': 45035, 'host': 'node02', 'entry_host': 'head.kazntu.local', 'ifhn': '', 'pid': 6273}&lt;BR /&gt;[root@head ~]# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but mpirun crashed:&lt;/P&gt;&lt;P&gt;[root@head ~]# mpirun -n 8 -wdir /linpack/ -host node01 /linpack/xhpl_em64t : -host node02 /linpack/xhpl_em64t &lt;BR /&gt;[cli_0]: got unexpected response to put :cmd=unparseable_msg rc=-1&lt;BR /&gt;:&lt;BR /&gt;[cli_0]: aborting job:&lt;BR /&gt;Fatal error in MPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(283): Initialization failed&lt;BR /&gt;MPIDD_Init(98).......: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(163)..: generic failure with errno = 336068751&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;rank 0 in job 1  head.kazntu.local_53559   caused collective abort of all ranks&lt;BR /&gt;  exit status of rank 0: return code 13 &lt;BR /&gt;[root@head ~]# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to execute mpirun?&lt;/P&gt;&lt;P&gt;Need help!&lt;/P&gt;&lt;P&gt;p.s. Sorry for my English..&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 06:16:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792498#M593</guid>
      <dc:creator>jabuin</dc:creator>
      <dc:date>2010-06-23T06:16:05Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792499#M594</link>
      <description>&lt;P&gt;When i take mpirun with I_MPI_DEBUGoption:&lt;/P&gt;&lt;P&gt;[root@head ~]# mpirun  -n 16 -env I_MPI_DEBUG 2 -wdir /linpack/ /linpack/xhpl_em64t&lt;BR /&gt;[1] MPI startup(): cannot open dynamic library libdat.so[2] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[2] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;&lt;BR /&gt;[3] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[3] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[1] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[0] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[5] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[5] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[0] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[8] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[8] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[7] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[6] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[6] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[7] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[4] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[cli_0]: got unexpected response to put :cmd=unparseable_msg rc=-1&lt;BR /&gt;:&lt;BR /&gt;[cli_0]: aborting job:&lt;BR /&gt;Fatal error in MPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(283): Initialization failed&lt;BR /&gt;MPIDD_Init(98).......: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(163)..: generic failure with errno = 336068751&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;[4] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[12] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[12] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[14] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[14] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[10] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[10] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[15] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[15] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[9] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[9] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[11] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[11] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;[13] MPI startup(): cannot open dynamic library libdat.so&lt;BR /&gt;[13] MPI startup(): cannot open dynamic library libdat2.so&lt;BR /&gt;rank 0 in job 1  head.kazntu.local_57440   caused collective abort of all ranks&lt;BR /&gt;  exit status of rank 0: return code 13 &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 07:56:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792499#M594</guid>
      <dc:creator>jabuin</dc:creator>
      <dc:date>2010-06-23T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792500#M595</link>
      <description>Where it is possible to take these libraries? What for they are necessary?</description>
      <pubDate>Wed, 23 Jun 2010 08:55:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792500#M595</guid>
      <dc:creator>jabuin</dc:creator>
      <dc:date>2010-06-23T08:55:01Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792501#M596</link>
      <description>Hi Jabuin,&lt;BR /&gt;
&lt;BR /&gt;libdat2.so is part of OFED stack. You can download it from &lt;A href="http://www.openfabrics.org/downloads/OFED/ofed-1.5.2/" target="_blank"&gt;http://www.openfabrics.org/downloads/OFED/ofed-1.5.2/&lt;/A&gt;&lt;BR /&gt;If you configure and install this package everything should be fine.&lt;BR /&gt;&lt;BR /&gt;Might be this package has already been installed but not in default directory. Could you please check that this library is available either from pathes mentioned in /etc/ld.so.conf or in $LD_LIBRARY_PATH.&lt;BR /&gt;&lt;BR /&gt;If your DAPL library is not properly configured you can try socket connection:&lt;BR /&gt; 'mpirun -n 16 -nolocal -env I_MPI_FABRICS shm:tcp /linpack/xhpl_em64t'&lt;BR /&gt;Please try out this command line and let me know the result.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are using 'mpirun' you don't need to use 'mpdboot' before. If you are using 'mpdboot' please use 'mpiexec'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jun 2010 11:17:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792501#M596</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-06-23T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792502#M597</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;without OFED stack:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@head ~]# mpirun -n 16 -env I_MPI_FABRICS shm:tcp /linpack/xhpl_em64t&lt;BR /&gt;[cli_0]: got unexpected response to put :cmd=unparseable_msg rc=-1&lt;BR /&gt;:&lt;BR /&gt;[cli_0]: aborting job:&lt;BR /&gt;Fatal error in MPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(283): Initialization failed&lt;BR /&gt;MPIDD_Init(98).......: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(163)..: generic failure with errno = 336068751&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;rank 0 in job 1  head.kazntu.local_53450   caused collective abort of all ranks&lt;BR /&gt;  exit status of rank 0: return code 13 &lt;BR /&gt;[root@head ~]# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After installation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@head ~]# mpirun -n 16 -wdir /linpack/ -env I_MPI_FABRICS shm:tcp -host node01 /linpack/xhpl_em64t : -host node02 /linpack/xhpl_em64t&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;CMA: unable to get RDMA device list&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;CMA: unable to get RDMA device list&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;CMA: unable to get RDMA device list&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;CMA: unable to get RDMA device list&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Debugging:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@head ~]# mpirun -n 16 -env I_MPI_DEBUG 2 -wdir /linpack/ /linpack/xhpl_em64t&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;CMA: unable to get RDMA device list&lt;BR /&gt;CMA: unable to get RDMA device list&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;librdmacm: couldn't read ABI version.&lt;BR /&gt;librdmacm: assuming: 4&lt;BR /&gt;CMA: unable to get RDMA device list&lt;BR /&gt;CMA: unable to get RDMA device list&lt;BR /&gt;CMA: unable to get RDMA device list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2010 01:46:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792502#M597</guid>
      <dc:creator>jabuin</dc:creator>
      <dc:date>2010-06-25T01:46:50Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792503#M598</link>
      <description>Your name is Eugeny, isn't it?&lt;BR /&gt;Is your e-mail address real? Might be it would be better to communicate through e-mail.&lt;BR /&gt;&lt;BR /&gt;Can I get access to your cluster?&lt;BR /&gt;&lt;BR /&gt;Did you recompile xhpl with iMPI library? Could you provide 'ldd xhpl' output?&lt;BR /&gt;&lt;BR /&gt;The error looks very strange - mpdman.py cannot parse a message. It means that either message incorrect or contains unexpected symbols. We've never met such cases before.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2010 10:29:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792503#M598</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-06-25T10:29:28Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792504#M599</link>
      <description>Yes, it's my real e-mail. Can we speak Russian?</description>
      <pubDate>Fri, 25 Jun 2010 11:14:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792504#M599</guid>
      <dc:creator>jabuin</dc:creator>
      <dc:date>2010-06-25T11:14:50Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792505#M600</link>
      <description>Further communication goes via e-mail.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2010 11:56:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792505#M600</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-06-25T11:56:34Z</dc:date>
    </item>
    <item>
      <title>Error when executing mpirun on 2 nodes</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792506#M601</link>
      <description>&lt;P&gt;Having corrected a file /etc/dat.conf and having executed /sbin/modinfo rdma_ucm on compute nodes, I have come to following errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@head ~]# mpirun -n 16 -env I_MPI_DEBUG 2 -wdir /linpack/ /linpack/xhpl_em64t&lt;BR /&gt;node02.kazntu.local:9961:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node02.kazntu.local:9960:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node02.kazntu.local:9955:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node02.kazntu.local:9959:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node02.kazntu.local:9957:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node01.kazntu.local:10329:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node01.kazntu.local:10327:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node02.kazntu.local:9962:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node01.kazntu.local:10324:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node01.kazntu.local:10323:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node01.kazntu.local:10325:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node02.kazntu.local:9958:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node01.kazntu.local:10328:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node01.kazntu.local:10326:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;node02.kazntu.local:9956:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;[cli_0]: got unexpected response to put :cmd=unparseable_msg rc=-1&lt;BR /&gt;:&lt;BR /&gt;[cli_0]: aborting job:&lt;BR /&gt;Fatal error in MPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(283): Initialization failed&lt;BR /&gt;MPIDD_Init(98).......: channel initialization failed&lt;BR /&gt;MPIDI_CH3_Init(163)..: generic failure with errno = 336068751&lt;BR /&gt;(unknown)(): Other MPI error&lt;BR /&gt;node01.kazntu.local:10330:  open_hca: rdma_bind ERR No such device. Is eth0 configured?&lt;BR /&gt;rank 0 in job 1  head.kazntu.local_38570   caused collective abort of all ranks&lt;BR /&gt;  exit status of rank 0: return code 13 &lt;BR /&gt;[root@head ~]# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/etc/dat.conf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@node01 ~]# cat /etc/dat.conf &lt;BR /&gt;#OpenIB-cma u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "ib0 0" ""&lt;BR /&gt;#OpenIB-cma-1 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "ib1 0" ""&lt;BR /&gt;#OpenIB-mthca0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mthca0 1" ""&lt;BR /&gt;#OpenIB-mthca0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mthca0 2" ""&lt;BR /&gt;#OpenIB-mlx4_0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mlx4_0 1" ""&lt;BR /&gt;#OpenIB-mlx4_0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mlx4_0 2" ""&lt;BR /&gt;#OpenIB-ipath0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "ipath0 1" ""&lt;BR /&gt;#OpenIB-ipath0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "ipath0 2" ""&lt;BR /&gt;#OpenIB-ehca0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "ehca0 1" ""&lt;BR /&gt;#OpenIB-iwarp u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "eth0 0" ""&lt;BR /&gt;OpenIB-cma-roe-eth0 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "eth0 0" ""&lt;BR /&gt;#OpenIB-cma-roe-eth2 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "eth2 0" ""&lt;BR /&gt;#OpenIB-cma-roe-eth3 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "eth3 0" ""&lt;BR /&gt;#OpenIB-scm-roe-mlx4_0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mlx4_0 1" ""&lt;BR /&gt;#OpenIB-scm-roe-mlx4_0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mlx4_0 2" ""&lt;BR /&gt;#ofa-v2-mlx4_0-1 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "mlx4_0 1" ""&lt;BR /&gt;#ofa-v2-mlx4_0-2 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "mlx4_0 2" ""&lt;BR /&gt;#ofa-v2-ib0 u2.0 nonthreadsafe default libdaplofa.so.2 dapl.2.0 "ib0 0" ""&lt;BR /&gt;#ofa-v2-ib1 u2.0 nonthreadsafe default libdaplofa.so.2 dapl.2.0 "ib1 0" ""&lt;BR /&gt;#ofa-v2-mthca0-1 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "mthca0 1" ""&lt;BR /&gt;#ofa-v2-mthca0-2 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "mthca0 2" ""&lt;BR /&gt;#ofa-v2-ipath0-1 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "ipath0 1" ""&lt;BR /&gt;#ofa-v2-ipath0-2 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "ipath0 2" ""&lt;BR /&gt;#ofa-v2-ehca0-1 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "ehca0 1" ""&lt;BR /&gt;#ofa-v2-iwarp u2.0 nonthreadsafe default libdaplofa.so.2 dapl.2.0 "eth2 0" ""&lt;BR /&gt;#ofa-v2-mlx4_0-1u u2.0 nonthreadsafe default libdaploucm.so.2 dapl.2.0 "mlx4_0 1" ""&lt;BR /&gt;#ofa-v2-mlx4_0-2u u2.0 nonthreadsafe default libdaploucm.so.2 dapl.2.0 "mlx4_0 2" ""&lt;BR /&gt;#ofa-v2-mthca0-1u u2.0 nonthreadsafe default libdaploucm.so.2 dapl.2.0 "mthca0 1" ""&lt;BR /&gt;#ofa-v2-mthca0-2u u2.0 nonthreadsafe default libdaploucm.so.2 dapl.2.0 "mthca0 2" ""&lt;BR /&gt;ofa-v2-cma-roe-eth0 u2.0 nonthreadsafe default libdaplofa.so.2 dapl.2.0 "eth0 0" ""&lt;BR /&gt;#ofa-v2-cma-roe-eth2 u2.0 nonthreadsafe default libdaplofa.so.2 dapl.2.0 "eth2 0" ""&lt;BR /&gt;#ofa-v2-cma-roe-eth3 u2.0 nonthreadsafe default libdaplofa.so.2 dapl.2.0 "eth3 0" ""&lt;BR /&gt;#ofa-v2-scm-roe-mlx4_0-1 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "mlx4_0 1" ""&lt;BR /&gt;#ofa-v2-scm-roe-mlx4_0-2 u2.0 nonthreadsafe default libdaploscm.so.2 dapl.2.0 "mlx4_0 2" ""&lt;BR /&gt;[root@node01 ~]# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig -a:&lt;/P&gt;&lt;P&gt;[root@node01 ~]# ifconfig -a&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:23:8B:BD:5F:D2  &lt;BR /&gt;          inet addr:192.168.192.21  Bcast:192.168.195.255  Mask:255.255.252.0&lt;BR /&gt;          inet6 addr: fe80::223:8bff:febd:5fd2/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:415397 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:406833 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000 &lt;BR /&gt;          RX bytes:120265102 (114.6 MiB)  TX bytes:116642856 (111.2 MiB)&lt;BR /&gt;          Memory:fa9e0000-faa00000 &lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:23:8B:BD:5F:D3  &lt;BR /&gt;          BROADCAST MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000 &lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Memory:fa960000-fa980000 &lt;BR /&gt;&lt;BR /&gt;eth2      Link encap:Ethernet  HWaddr 00:23:8B:BD:5F:D4  &lt;BR /&gt;          BROADCAST MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000 &lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Memory:faae0000-fab00000 &lt;BR /&gt;&lt;BR /&gt;eth3      Link encap:Ethernet  HWaddr 00:23:8B:BD:5F:D5  &lt;BR /&gt;          BROADCAST MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000 &lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Memory:faa60000-faa80000 &lt;BR /&gt;&lt;BR /&gt;lo        Link encap:Local Loopback  &lt;BR /&gt;          inet addr:127.0.0.1  Mask:255.0.0.0&lt;BR /&gt;          inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&lt;BR /&gt;          RX packets:62800 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:62800 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0 &lt;BR /&gt;          RX bytes:8157453 (7.7 MiB)  TX bytes:8157453 (7.7 MiB)&lt;BR /&gt;&lt;BR /&gt;sit0      Link encap:IPv6-in-IPv4  &lt;BR /&gt;          NOARP  MTU:1480  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0 &lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;&lt;BR /&gt;[root@node01 ~]# &lt;/P&gt;&lt;P&gt;p.s.Changes occur slowly as the equipment test.&lt;/P&gt;&lt;P&gt;Please answer via e-mail :)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2010 04:01:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-executing-mpirun-on-2-nodes/m-p/792506#M601</guid>
      <dc:creator>jabuin</dc:creator>
      <dc:date>2010-07-01T04:01:47Z</dc:date>
    </item>
  </channel>
</rss>

