RE: [RFC v2] [OFED] libibverbs: Support both OFED verbs and ibverbs

2011-07-20 Thread Hefty, Sean
I was able to run mvapich2 osu benchmarks with xrc support using the following 
options:

configure --with-rdma=gen2 --enable-xrc=yes CFALGS='-DOFED_VERBS -D_ENABLE_XRC'
export MV2_USE_SHARED_MEM=0
export MV2_USE_XRC=1

Testing revealed a couple of issues in the libraries and kernel patches.  All 
changes have been pushed to git.openfabrics.org into my various git trees: 
rdma-dev.git, libibverbs.git, libmlx4.git, and librdmacm.git -- xrc branches.

- Sean
--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC v2] [OFED] libibverbs: Support both OFED verbs and ibverbs

2011-07-14 Thread Jack Morgenstein
Hi Sean,

I am pleased that you are putting in the effort to enable the existing OFED 
user base to continue using its
code without changes to the XRC calls.

Regarding XRC and MPI, see below.

On Wednesday 13 July 2011 20:21, Hefty, Sean wrote:
 I was able to build and run mvapich2 successfully against libibverbs with
 this patch applied on top of the current XRC patches.  (The XRC patches are
 still undergoing work.)  I built mvapich2 using the following configure 
 options:
 
 --with-rdma=gen2 CFLAGS=-DOFED_VERBS
 and
 --with-rdma=gen2 CFLAGS='-DOFED_VERBS -D_ENABLE_XRC_
 
 It didn't appear that mvapichs ever used XRC
 
You are correct, mvapich does not use XRC.
openMPI uses XRC, so hopefully you can use openMPI to test out your XRC stuff.

You can contact Jeff Squyres for details/help.

In the meantime, I include the following from the ewg list:
=
On 11/08/2010 08:06 PM, Jeff Squyres wrote:
 Steve pinged me on IM this morning and told me that you want OMPI v1.4.3 for 
 the next OFED release.  I just logged into www.openfabrics.org
 and apparently the server has changed -- my entire $HOME is empty. 

 Where do you want me to put the new OMPI SRPM?  Alternatively, anyone can 
 grab the SRPM from the URL below
 -- there's nothing special about the SRPM for OpenFabrics that's not already 
 in our community SRPM: 

  http://www.open-mpi.org/software/ompi/v1.4/


Hi Jeff,
The place for the Open MPI on the new server is under:
/var/www/openfabrics.org/downloads/openmpi/   
(http://www.openfabrics.org/downloads/openmpi/)

I updated Open MPI version there to v1.4.3.

Regards,
Vladimir
==

-Jack
--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC v2] [OFED] libibverbs: Support both OFED verbs and ibverbs

2011-07-14 Thread Jeff Squyres
Sean pinged me last night about XRC in Open MPI last night (note that I am no 
longer on the linux-rdma list).

Open MPI uses XRC, but in a non-default manner -- the user has to specifically 
ask for it at run time.


On Jul 14, 2011, at 9:13 AM, Jack Morgenstein wrote:

 Hi Sean,
 
 I am pleased that you are putting in the effort to enable the existing OFED 
 user base to continue using its
 code without changes to the XRC calls.
 
 Regarding XRC and MPI, see below.
 
 On Wednesday 13 July 2011 20:21, Hefty, Sean wrote:
 I was able to build and run mvapich2 successfully against libibverbs with
 this patch applied on top of the current XRC patches.  (The XRC patches are
 still undergoing work.)  I built mvapich2 using the following configure 
 options:
 
 --with-rdma=gen2 CFLAGS=-DOFED_VERBS
 and
 --with-rdma=gen2 CFLAGS='-DOFED_VERBS -D_ENABLE_XRC_
 
 It didn't appear that mvapichs ever used XRC
 
 You are correct, mvapich does not use XRC.
 openMPI uses XRC, so hopefully you can use openMPI to test out your XRC stuff.
 
 You can contact Jeff Squyres for details/help.
 
 In the meantime, I include the following from the ewg list:
 =
 On 11/08/2010 08:06 PM, Jeff Squyres wrote:
 Steve pinged me on IM this morning and told me that you want OMPI v1.4.3 for 
 the next OFED release.  I just logged into www.openfabrics.org
 and apparently the server has changed -- my entire $HOME is empty. 
 
 Where do you want me to put the new OMPI SRPM?  Alternatively, anyone can 
 grab the SRPM from the URL below
 -- there's nothing special about the SRPM for OpenFabrics that's not already 
 in our community SRPM: 
 
 http://www.open-mpi.org/software/ompi/v1.4/
 
 
 Hi Jeff,
 The place for the Open MPI on the new server is under:
 /var/www/openfabrics.org/downloads/openmpi/   
 (http://www.openfabrics.org/downloads/openmpi/)
 
 I updated Open MPI version there to v1.4.3.
 
 Regards,
 Vladimir
 ==
 
 -Jack


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/

--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC v2] [OFED] libibverbs: Support both OFED verbs and ibverbs

2011-07-14 Thread Jack Morgenstein
On Thursday 14 July 2011 16:39, Dhabaleswar Panda wrote:
 Both MVAPICH1 and MVAPICH2 have XRC support for many years and are being
 used by many large-scale production clusters.
 
Sorry about that!

My bad.

-Jack
--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC v2] [OFED] libibverbs: Support both OFED verbs and ibverbs

2011-07-14 Thread Dhabaleswar Panda
Sean,

Both MVAPICH1 and MVAPICH2 have XRC support for many years and are being
used by many large-scale production clusters.

For MVAPICH1, this support is available in both the standard Gen2
interface and the Hybrid (UD-RC/XRC) interface.

From MVAPICH1 user guide (sec 4.4.1), you can find the following:

eXtended Reliable Connnection Support (XRC): By default this support is
compiled in to allow the usage of the new scalable XRC transport of
InfiniBand. OFED 1.3 or later is required. If using an older version, then
remove the -DXRC from the CFLAGS variable.

The runtime flag is VIADEV_USE_XRC

Class: Run Time
Applicable device(s): Gen2
When MVAPICH is compiled with the XRC CFLAGS, this parameter enables use
of the XRC transport of InfiniBand available on certain adapters. Enabling
XRC automatically enables Shared Receive Queue and on-demand connection
management.

The hybrid (UD-RC/XRC) interface automatically selects the appropriate
interface at run time.

Not sure which interface (gen2 or hybrid you are using). If you are using
the gen2 interface, looks like you are not using the correct runtime flag
to enable XRC with MVAPICH1.

Thanks,

DK


On Thu, 14 Jul 2011, Jeff Squyres wrote:

 Sean pinged me last night about XRC in Open MPI last night (note that I am no 
 longer on the linux-rdma list).

 Open MPI uses XRC, but in a non-default manner -- the user has to 
 specifically ask for it at run time.


 On Jul 14, 2011, at 9:13 AM, Jack Morgenstein wrote:

  Hi Sean,
 
  I am pleased that you are putting in the effort to enable the existing OFED 
  user base to continue using its
  code without changes to the XRC calls.
 
  Regarding XRC and MPI, see below.
 
  On Wednesday 13 July 2011 20:21, Hefty, Sean wrote:
  I was able to build and run mvapich2 successfully against libibverbs with
  this patch applied on top of the current XRC patches.  (The XRC patches are
  still undergoing work.)  I built mvapich2 using the following configure 
  options:
 
  --with-rdma=gen2 CFLAGS=-DOFED_VERBS
  and
  --with-rdma=gen2 CFLAGS='-DOFED_VERBS -D_ENABLE_XRC_
 
  It didn't appear that mvapichs ever used XRC
 
  You are correct, mvapich does not use XRC.
  openMPI uses XRC, so hopefully you can use openMPI to test out your XRC 
  stuff.
 
  You can contact Jeff Squyres for details/help.
 
  In the meantime, I include the following from the ewg list:
  =
  On 11/08/2010 08:06 PM, Jeff Squyres wrote:
  Steve pinged me on IM this morning and told me that you want OMPI v1.4.3 
  for the next OFED release.  I just logged into www.openfabrics.org
  and apparently the server has changed -- my entire $HOME is empty.
 
  Where do you want me to put the new OMPI SRPM?  Alternatively, anyone can 
  grab the SRPM from the URL below
  -- there's nothing special about the SRPM for OpenFabrics that's not 
  already in our community SRPM:
 
  http://www.open-mpi.org/software/ompi/v1.4/
 
 
  Hi Jeff,
  The place for the Open MPI on the new server is under:
  /var/www/openfabrics.org/downloads/openmpi/   
  (http://www.openfabrics.org/downloads/openmpi/)
 
  I updated Open MPI version there to v1.4.3.
 
  Regards,
  Vladimir
  ==
 
  -Jack


 --
 Jeff Squyres
 jsquy...@cisco.com
 For corporate legal information go to:
 http://www.cisco.com/web/about/doing_business/legal/cri/

 --
 To unsubscribe from this list: send the line unsubscribe linux-rdma in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [RFC v2] [OFED] libibverbs: Support both OFED verbs and ibverbs

2011-07-14 Thread Hefty, Sean
 Both MVAPICH1 and MVAPICH2 have XRC support for many years and are being
 used by many large-scale production clusters.

To clarify my comment:

   --with-rdma=gen2 CFLAGS='-DOFED_VERBS -D_ENABLE_XRC_
  
   It didn't appear that mvapichs ever used XRC

I only meant that mvapich2 didn't invoke any XRC calls in my testing.  The 
portion of my patch which converted the ofed xrc calls to the new format 
weren't being tested, so this was a statement about my testing, not mvapich.
 
 The runtime flag is VIADEV_USE_XRC
 
 Class: Run Time
 Applicable device(s): Gen2
 When MVAPICH is compiled with the XRC CFLAGS, this parameter enables use
 of the XRC transport of InfiniBand available on certain adapters. Enabling
 XRC automatically enables Shared Receive Queue and on-demand connection
 management.
 
 The hybrid (UD-RC/XRC) interface automatically selects the appropriate
 interface at run time.
 
 Not sure which interface (gen2 or hybrid you are using). If you are using
 the gen2 interface, looks like you are not using the correct runtime flag
 to enable XRC with MVAPICH1.

FYI - I was running in loopback on the same system.  I'll try using the run 
time flag mentioned above if xrc can be used in that configuration (with shared 
memory disabled).  Thanks.
 
- Sean
--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html