<?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: Infiniband-Intel MPI Performance in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869260#M1794</link>
    <description>&lt;P&gt;Hello Julio,&lt;/P&gt;
&lt;P&gt;As Tim mentions, you're actually running the application over InfiniBand* in both instances. A few releases ago, Intel MPI Library had changed the defaults to use the fastest available network on the cluster at startup (which would be InfiniBand, in your case).&lt;/P&gt;
&lt;P&gt;Below, it seems like you specify the RDMA device in your IB run, but don't specify a device in your GigE run (which would default to IB again):&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&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/429644"&gt;jriocaton.es&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;--&amp;gt; Infiniband&lt;BR /&gt;&lt;BR /&gt;[root@cn035 ~]# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 -env I_MPI_DEVICE rdma /home/c/OMB-3.1.1/osu_mbw_mr&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;DAPL provider&lt;/STRONG&gt; ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;...&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;RDMA data transfer mode&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; Gigabit&lt;BR /&gt;&lt;BR /&gt;[root@cn035 ~]# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 /home/c/OMB-3.1.1/osu_mbw_mr&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;DAPL provider&lt;/STRONG&gt; ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;...&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;RDMA&lt;/STRONG&gt;, shared memory, and socket data &lt;STRONG&gt;transfer modes&lt;/STRONG&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Since the default is the RDSSM device, your two runs are identical. If you'd like to run over GigE, you need to specify the &lt;CODE style="white-space:normal"&gt;"sock"&lt;/CODE&gt; device. Alternatively, you can use &lt;CODE style="white-space:normal"&gt;"ssm"&lt;/CODE&gt; for GigE communication between the nodes, and shared memory within a node. That means your command line would look like this:
&lt;/P&gt;&lt;BLOCKQUOTE&gt;# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 &lt;STRONG&gt;-env I_MPI_DEVICE ssm&lt;/STRONG&gt; /home/c/OMB-3.1.1/osu_mbw_mr&lt;/BLOCKQUOTE&gt;
I hope this helps.&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2009 18:56:35 GMT</pubDate>
    <dc:creator>Gergana_S_Intel</dc:creator>
    <dc:date>2009-06-29T18:56:35Z</dc:date>
    <item>
      <title>Infiniband-Intel MPI Performance</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869258#M1792</link>
      <description>Dear colleagues,&lt;BR /&gt;&lt;BR /&gt;new doubts testing infiniband performance. The results are the same for both of them, gigabit and infiniband. Could you please help me ? Thanks&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; Infiniband&lt;BR /&gt;&lt;BR /&gt;[root@cn035 ~]# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 -env I_MPI_DEVICE rdma /home/c/OMB-3.1.1/osu_mbw_mr&lt;BR /&gt;[0] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[8] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[1] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[7] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[2] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[5] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[11] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[3] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[15] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[13] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[4] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[6] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[14] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[9] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[12] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[10] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[0] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[2] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[5] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[1] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[4] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[6] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[10] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[11] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[12] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[9] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[13] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[7] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[3] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[8] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[15] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[14] MPI startup(): RDMA data transfer mode&lt;BR /&gt;[8] MPI Startup(): process is pinned to CPU00 on node cn038&lt;BR /&gt;[6] MPI Startup(): process is pinned to CPU03 on node cn035&lt;BR /&gt;[9] MPI Startup(): process is pinned to CPU04 on node cn038&lt;BR /&gt;[10] MPI Startup(): process is pinned to CPU02 on node cn038&lt;BR /&gt;[7] MPI Startup(): process is pinned to CPU07 on node cn035&lt;BR /&gt;[11] MPI Startup(): process is pinned to CPU06 on node cn038&lt;BR /&gt;[0] MPI Startup(): process is pinned to CPU00 on node cn035&lt;BR /&gt;# OSU MPI Multiple Bandwidth / Message Rate Test v3.1.1&lt;BR /&gt;# [ pairs: 8 ] [ window size: 64 ]&lt;BR /&gt;# Size                    MB/s          Messages/s&lt;BR /&gt;[12] MPI Startup(): process is pinned to CPU01 on node cn038&lt;BR /&gt;[5] MPI Startup(): process is pinned to CPU05 on node cn035&lt;BR /&gt;[1] MPI Startup(): process is pinned to CPU04 on node cn035&lt;BR /&gt;[13] MPI Startup(): process is pinned to CPU05 on node cn038&lt;BR /&gt;[14] MPI Startup(): process is pinned to CPU03 on node cn038&lt;BR /&gt;[4] MPI Startup(): process is pinned to CPU01 on node cn035&lt;BR /&gt;[3] MPI Startup(): process is pinned to CPU06 on node cn035&lt;BR /&gt;[2] MPI Startup(): process is pinned to CPU02 on node cn035&lt;BR /&gt;[15] MPI Startup(): process is pinned to CPU07 on node cn038&lt;BR /&gt;1                         8.60          8600599.34&lt;BR /&gt;2                        16.82          8409961.42&lt;BR /&gt;4                        31.48          7870853.42&lt;BR /&gt;8                        33.62          4202594.27&lt;BR /&gt;16                      102.57          6410590.31&lt;BR /&gt;32                      236.60          7393643.13&lt;BR /&gt;64                      473.13          7392625.04&lt;BR /&gt;128                     712.43          5565880.43&lt;BR /&gt;256                     556.57          2174094.57&lt;BR /&gt;512                     779.38          1522217.56&lt;BR /&gt;1024                   1011.18           987485.01&lt;BR /&gt;2048                   1129.40           551462.61&lt;BR /&gt;4096                   1241.51           303104.13&lt;BR /&gt;8192                   1332.10           162610.42&lt;BR /&gt;16384                  1323.28            80766.63&lt;BR /&gt;32768                  1416.24            43220.23&lt;BR /&gt;65536                  1419.74            21663.56&lt;BR /&gt;131072                 1428.36            10897.51&lt;BR /&gt;262144                 1434.37             5471.68&lt;BR /&gt;524288                 1434.59             2736.27&lt;BR /&gt;1048576                1433.45             1367.05&lt;BR /&gt;2097152                1404.73              669.83&lt;BR /&gt;4194304                1404.14              334.77&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; Gigabit&lt;BR /&gt;&lt;BR /&gt;[root@cn035 ~]# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 /home/c/OMB-3.1.1/osu_mbw_mr&lt;BR /&gt;[6] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[5] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[0] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[1] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[10] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[7] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[4] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[2] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[3] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[13] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[8] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[9] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[11] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[12] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[14] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[15] MPI startup(): DAPL provider ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;[0] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[1] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[2] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[3] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[4] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[5] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[7] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[8] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[9] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[10] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[11] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[12] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[13] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[6] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[14] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[15] MPI startup(): RDMA, shared memory, and socket data transfer modes&lt;BR /&gt;[1] MPI Startup(): process is pinned to CPU04 on node cn035&lt;BR /&gt;[0] MPI Startup(): process is pinned to CPU00 on node cn035&lt;BR /&gt;# OSU MPI Multiple Bandwidth / Message Rate Test v3.1.1&lt;BR /&gt;# [ pairs: 8 ] [ window size: 64 ]&lt;BR /&gt;# Size                    MB/s          Messages/s&lt;BR /&gt;[2] MPI Startup(): process is pinned to CPU02 on node cn035&lt;BR /&gt;[7] MPI Startup(): process is pinned to CPU07 on node cn035&lt;BR /&gt;[11] MPI Startup(): process is pinned to CPU06 on node cn038&lt;BR /&gt;[3] MPI Startup(): process is pinned to CPU06 on node cn035&lt;BR /&gt;[6] MPI Startup(): process is pinned to CPU03 on node cn035&lt;BR /&gt;[10] MPI Startup(): process is pinned to CPU02 on node cn038&lt;BR /&gt;[13] MPI Startup(): process is pinned to CPU05 on node cn038&lt;BR /&gt;[5] MPI Startup(): process is pinned to CPU05 on node cn035&lt;BR /&gt;[14] MPI Startup(): process is pinned to CPU03 on node cn038&lt;BR /&gt;[4] MPI Startup(): process is pinned to CPU01 on node cn035&lt;BR /&gt;[12] MPI Startup(): [8] MPI Startup(): process is pinned to CPU00 on node cn038&lt;BR /&gt;process is pinned to CPU01 on node cn038&lt;BR /&gt;[9] MPI Startup(): process is pinned to CPU04 on node cn038&lt;BR /&gt;[15] MPI Startup(): process is pinned to CPU07 on node cn038&lt;BR /&gt;1                         8.44          8436060.84&lt;BR /&gt;2                        15.39          7695694.85&lt;BR /&gt;4                        29.90          7474447.98&lt;BR /&gt;8                        66.10          8262094.68&lt;BR /&gt;16                      102.29          6392842.49&lt;BR /&gt;32                      236.52          7391352.82&lt;BR /&gt;64                      473.65          7400777.64&lt;BR /&gt;128                     712.73          5568189.51&lt;BR /&gt;256                     555.32          2169219.22&lt;BR /&gt;512                     777.95          1519428.06&lt;BR /&gt;1024                   1005.73           982160.29&lt;BR /&gt;2048                   1131.15           552319.28&lt;BR /&gt;4096                   1240.71           302906.61&lt;BR /&gt;8192                   1328.67           162191.63&lt;BR /&gt;16384                  1372.56            83774.33&lt;BR /&gt;32768                  1407.69            42959.17&lt;BR /&gt;65536                  1421.51            21690.46&lt;BR /&gt;131072                 1427.63            10891.95&lt;BR /&gt;262144                 1433.66             5468.99&lt;BR /&gt;524288                 1434.69             2736.46&lt;BR /&gt;1048576                1433.19             1366.80&lt;BR /&gt;2097152                1404.70              669.81&lt;BR /&gt;4194304                1404.09              334.76&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; /etc/dat.conf&lt;BR /&gt;[root@cn035 ~]# more /etc/dat.conf &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-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-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;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 "eth2 0" ""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2009 06:49:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869258#M1792</guid>
      <dc:creator>jriocaton_es</dc:creator>
      <dc:date>2009-06-29T06:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband-Intel MPI Performance</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869259#M1793</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Accordiing to what you have posted, your installation defaults to rdsm, as expected for the version you have chosen. If you wish to test a non-rdma device path, you must specify it.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jun 2009 13:50:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869259#M1793</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-06-29T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband-Intel MPI Performance</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869260#M1794</link>
      <description>&lt;P&gt;Hello Julio,&lt;/P&gt;
&lt;P&gt;As Tim mentions, you're actually running the application over InfiniBand* in both instances. A few releases ago, Intel MPI Library had changed the defaults to use the fastest available network on the cluster at startup (which would be InfiniBand, in your case).&lt;/P&gt;
&lt;P&gt;Below, it seems like you specify the RDMA device in your IB run, but don't specify a device in your GigE run (which would default to IB again):&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&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/429644"&gt;jriocaton.es&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;--&amp;gt; Infiniband&lt;BR /&gt;&lt;BR /&gt;[root@cn035 ~]# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 -env I_MPI_DEVICE rdma /home/c/OMB-3.1.1/osu_mbw_mr&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;DAPL provider&lt;/STRONG&gt; ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;...&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;RDMA data transfer mode&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; Gigabit&lt;BR /&gt;&lt;BR /&gt;[root@cn035 ~]# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 /home/c/OMB-3.1.1/osu_mbw_mr&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;DAPL provider&lt;/STRONG&gt; ofa-v2-ib0 specified in DAPL configuration file /etc/dat.conf&lt;BR /&gt;...&lt;BR /&gt;[0] MPI startup(): &lt;STRONG&gt;RDMA&lt;/STRONG&gt;, shared memory, and socket data &lt;STRONG&gt;transfer modes&lt;/STRONG&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Since the default is the RDSSM device, your two runs are identical. If you'd like to run over GigE, you need to specify the &lt;CODE style="white-space:normal"&gt;"sock"&lt;/CODE&gt; device. Alternatively, you can use &lt;CODE style="white-space:normal"&gt;"ssm"&lt;/CODE&gt; for GigE communication between the nodes, and shared memory within a node. That means your command line would look like this:
&lt;/P&gt;&lt;BLOCKQUOTE&gt;# time -p /soft/intel/impi/3.2.1.009/bin64/mpiexec -np 16 -env I_MPI_DEBUG 2 &lt;STRONG&gt;-env I_MPI_DEVICE ssm&lt;/STRONG&gt; /home/c/OMB-3.1.1/osu_mbw_mr&lt;/BLOCKQUOTE&gt;
I hope this helps.&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;~Gergana&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2009 18:56:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869260#M1794</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2009-06-29T18:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband-Intel MPI Performance</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869261#M1795</link>
      <description>I am sorry for the delay, Ive been out of the office. &lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help, Ill try your recomendations&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 07:08:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Infiniband-Intel-MPI-Performance/m-p/869261#M1795</guid>
      <dc:creator>jriocaton_es</dc:creator>
      <dc:date>2009-07-03T07:08:37Z</dc:date>
    </item>
  </channel>
</rss>

