Re: [ewg] Re: [ofa-general] RE: OFA website edits

2007-07-25 Thread Arlin Davis
Jeff Squyres wrote: Heh -- I didn't notice these links until Sean moved them up to the top of the text. Yes, we should definitely link to the MPI project home sites; we have lots of our own information there, separate downloads, etc. ] Are these the links we want? MVAPICH -

[ewg] Re: [ofa-general] RE: OFA website edits

2007-07-25 Thread Arlin Davis
I would like to propose adding project directories under http://www.openfabrics.org/downloads/ where appropriate and give maintainers access. For example: Jeff, please add the following directories with maintainer access as follow (or grant access at a maintainer group level):

[ewg] OFED 1.2.5 issue with MSI ??

2007-08-15 Thread Arlin Davis
I just noticed when setting up MSI support that ib_mthca fails with the following: This is on 2 different Intel platforms that worked with OFED 1.2: ib_mthca: Mellanox InfiniBand HCA driver v0.08 (February 14, 2006) ib_mthca: Initializing :0a:00.0 ACPI: PCI interrupt :0a:00.0[A] - GSI

[ewg] Re: [ofa-general] OFED 1.2.5 - GA release

2007-09-05 Thread Arlin Davis
Tziporet Koren wrote: I am happy to announce on OFED 1.2.5 GA release. Vlad, How can I build/install OFED 1.2.5 with ib_local_sa.ko? It seems to build but does not install and I need SA caching options. -arlin ___ ewg mailing list

[ewg] Re: [ofa-general] OFED 1.2.5 - GA release

2007-09-06 Thread Arlin Davis
How can I build/install OFED 1.2.5 with ib_local_sa.ko? It seems to build but does not install and I need SA caching options. Can anyone tell me how to get ib_local_sa.ko installed with OFED 1.2.5? We cannot move to OFED 1.2.5 without SA caching options. Thanks, -arlin

[ewg] Re: [ofa-general] OFED 1.2.5 - GA release

2007-09-07 Thread Arlin Davis
Michael S. Tsirkin wrote: Can anyone tell me how to get ib_local_sa.ko installed with OFED 1.2.5? We cannot move to OFED 1.2.5 without SA caching options. ib_local_sa was merged with ib_sa in 1.2.5. There are no extra modules to load. Michael, thanks for the heads up. Sure would be

[ewg] Re: [ofa-general] how to use Intel MPI with dapl2?

2007-11-29 Thread Arlin Davis
Scott Weitzenkamp (sweitzen) wrote: I am using Intel MPI 3.1 build 26 with OFED 1.3 beta2 on RHEL4 x86_64. Intel MPI works as before with dapl1, but I see very slow performance with dapl2. Are there extra command-line params I need to use dapl2? Intel MPI 3.1.26 does not support uDAPL v2.

[ewg] Re: [ofa-general] how to use Intel MPI with dapl2?

2007-11-30 Thread Arlin Davis
Scott Weitzenkamp (sweitzen) wrote: How did you configure your servers to run Intel MPI with v2 libraries? I only installed the DAPL 2.0 libs. Did you happen to see the following message (I_MPI_DEBUG=50) before failover to sockets? I_MPI: [0] I_MPI_dat_ia_openv_wrap(): DAPL version

RE: [ewg] OFED meeting agenda for today (Jan 28) meeting

2008-01-28 Thread Arlin Davis
Vlad, Why is dapl v1 and v2 libraries not setup for --build32 option? (see bug 824) Are there some issues needing resolved? -arlin _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren Sent: Monday, January 28, 2008 7:50 AM To: EWG Cc: OpenFabrics General

Re: [ofa-general] RE: [ewg] OFED meeting agenda for today (Jan 28) meeting

2008-01-28 Thread Arlin Davis
Arlin Davis wrote: Vlad, Why is dapl v1 and v2 libraries not setup for --build32 option? (see bug 824) Are there some issues needing resolved? I enabled the 32-bit build for uDAPL and the build works fine but we have some issues with the RPM installation due to ordering. Does

[ewg] [ANNOUCE] dapl 2.0.5 release

2008-01-29 Thread Arlin Davis
There is new release for dapl 2.0 available on the OFA download page and in my git tree. Changes to allow both v1 and v2 development packages to be installed on the same system. v2 libdat.so has been renamed to libdat2.so. md5sum: 010459e421a5c194438d58b1ccf1c6d0 dapl-2.0.5.tar.gz

RE: [ewg] Re: [ofa-general] [ANNOUCE] dapl 2.0.5 release [PATCH] install.pl

2008-01-31 Thread Arlin Davis
by: Arlin Davis [EMAIL PROTECTED] diff --git a/install.pl b/install.pl index 9be3013..354e896 100755 --- a/install.pl +++ b/install.pl @@ -295,7 +295,7 @@ my @user_packages = (libibverbs, libibverbs-devel, libibverbs-devel-static librdmacm, librdmacm-utils, librdmacm-devel

[ewg] [PATCH] DAPL v2 - fix package to build against and target /dat2/include

2008-02-04 Thread Arlin Davis
Fix OFED v2 package to build against and target /dat2/include directory. Signed-off by: Arlin Davis [EMAIL PROTECTED] diff --git a/Makefile.am b/Makefile.am index c4cb1bf..60b3db6 100755 --- a/Makefile.am +++ b/Makefile.am @@ -183,17 +183,17 @@ dapl_udapl_libdaplofa_la_LDFLAGS = -version-info

[ewg] [ANNOUCE] dapl 2.0.6 release

2008-02-04 Thread Arlin Davis
New release for dapl 2.0 available on the OFA download page and in my git tree. - changes to correctly build against and target /dat2/include directory. md5sum: c0ad3d8b5df252ff5ce47f616a462f4edapl-2.0.6.tar.gz Vlad, please pull new v2 release into OFED 1.3 RC4 and install the following

RE: [ewg] build_ofa_user.sh for dual dapl?

2008-02-08 Thread Arlin Davis
Is there an updated build_ofa_user.sh that works for the two versions of dapl? I am not sure what Vlad uses to pull and build all the OFED library packages. For uDAPL you can get the latest v1 and v2 packages from http://www.openfabrics.org//downloads/dapl/ dapl-1.2.4.tar.gz

[ewg] [PATCH][ofed 1.3 docs] uDAPL release notes updated for OFED 1.3

2008-02-19 Thread Arlin Davis
Signed-off by: Arlin Davis [EMAIL PROTECTED] --- diff --git a/uDAPL_release_notes.txt b/uDAPL_release_notes.txt index 33b684a..84c20d7 100644 --- a/uDAPL_release_notes.txt +++ b/uDAPL_release_notes.txt @@ -1,15 +1,102 @@ - Release Notes for - Gamma 3.3 and OFED 1.3

[ewg] [ANNOUNCE] dapl-1.2.6 and dapl-2.0.8 release

2008-05-01 Thread Arlin Davis
New release for uDAPL v1 (1.2.6) and v2 (2.0.8) is available at: http://www.openfabrics.org/downloads/dapl md5sum: 752ae54a93b4883c88b41241f52db4ab dapl-1.2.6.tar.gz md5sum: a48f9da59318c395bcc6ad170226764a dapl-2.0.8.tar.gz Vlad, please pull into OFED 1.3.1 using package spec files and

[ewg] [ANNOUNCE] dapl-2.0.23 release

2009-10-02 Thread Arlin Davis
New release for uDAPL v2 (2.0.23) available at: http://www.openfabrics.org/downloads/dapl Latest Packages (see ChangeLog for recent changes): md5sum: f58d6dd903cee271d71b0eb6fa33984e compat-dapl-1.2.14.tar.gz md5sum: dc1f31a4bc28aedcb725264d65db7e51 dapl-2.0.23.tar.gz Vlad, please pull into