Re: [ewg] OFED-1.3.2-20080728-0355.tgz issues

2008-09-11 Thread Doug Ledford
On Thu, 2008-09-11 at 23:42 +0300, Eli Cohen wrote: > > > Index: ofed_kernel-fixes/drivers/infiniband/ulp/ipoib/ipoib_verbs.c > > > === > > > --- ofed_kernel-fixes.orig/drivers/infiniband/ulp/ipoib/ipoib_verbs.c > > > 2008-09-08

Re: [ewg] OFED-1.3.2-20080728-0355.tgz issues (now talking about warnings)

2008-09-11 Thread Betsy Zeller
In last Monday's OFED meeting, we talked about the importance of resolving the 1800+ warnings currently generated when the nightly build is installed/built on an RHEL system. SLES seems just as bad. This many warnings makes it pretty much impossible to note when a critical one appears - in fact,

Re: [ewg] Git server problem?

2008-09-11 Thread Jeff Becker
Hi Sasha Sasha Khapyorsky wrote: On 10:19 Thu 11 Sep , Jeff Becker wrote: Hi. Does anyone know what's wrong? Thanks -jeff # git clone git://git.openfabrics.org/~vlad/linux-2.6.git There is no such repo, instead there are: git://git.openfabrics.org/~vlad/ofed_kernel-1.4 , and

Re: [ewg] OFED-1.3.2-20080728-0355.tgz issues

2008-09-11 Thread Eli Cohen
> > Whether it showed up as a problem or not, the compiler warning was an > array out of bounds warning. That's not the type of compiler warning > that should be ignored as it almost always points to a bug. I guess I > was a little surprised that even though the compile tests on the kernel > pas

Re: [ewg] Git server problem?

2008-09-11 Thread Sasha Khapyorsky
On 10:19 Thu 11 Sep , Jeff Becker wrote: > Hi. Does anyone know what's wrong? Thanks > > -jeff > > # git clone git://git.openfabrics.org/~vlad/linux-2.6.git There is no such repo, instead there are: git://git.openfabrics.org/~vlad/ofed_kernel-1.4 , and git://git.openfabrics.org/ofed_1_4/lin

[ewg] [Fwd: [PATCH] cxgb3: ethtool stats broken in backports]

2008-09-11 Thread Steve Wise
Vlad, Please pull this patch from: git://git.openfabrics.org/~swise/ofed-1.4 ofed_kernel This resolves bug 1171. Thanks, Steve. Original Message Subject:[PATCH] cxgb3: ethtool stats broken in backports Resent-Date:Wed, 10 Sep 2008 17:55:46 -0500 Resent-From:

RE: [ewg] Git server problem?

2008-09-11 Thread Chien Tung
> # git clone git://git.openfabrics.org/~vlad/linux-2.6.git > Initialized empty Git repository in /tmp/linux-2.6/.git/ > fatal: The remote end hung up unexpectedly fetch-pack from > 'git://git.openfabrics.org/~vlad/linux-2.6.git' failed. I just used git clone git://git.openfabrics.org/ofed_1_4/

[ewg] Git server problem?

2008-09-11 Thread Jeff Becker
Hi. Does anyone know what's wrong? Thanks -jeff # git clone git://git.openfabrics.org/~vlad/linux-2.6.git Initialized empty Git repository in /tmp/linux-2.6/.git/ fatal: The remote end hung up unexpectedly fetch-pack from 'git://git.openfabrics.org/~vlad/linux-2.6.git' failed. _

Re: [ewg] OFED-1.3.2-20080728-0355.tgz issues

2008-09-11 Thread Doug Ledford
On Mon, 2008-09-08 at 13:21 +0300, Eli Cohen wrote: > > Next, I was watching the compiler warnings as things compiled, and I got > > an array subscript out of bounds warning. Turns out it was a legitimate > > error. There is a thinko in ipoib_transport_dev_init (well, at least in > > the file I h

[ewg] mvapich2 srpm update

2008-09-11 Thread Jonathan Perkins
Hi all: I've recently updated the mvapich2 srpm to resolve a pending bug where multiple mvapich2 rpms (mvapich2_gcc, mvapich2_pgi, etc...) could not be installed simultaenously. This update also allows for selection of the process manager used. --define '_pm --with-pm=mpirun' or --define '_pm --w

[ewg] [PATCH] Allow mvapich2 process manager selection

2008-09-11 Thread Jonathan Perkins
The mvapich2-1.2 release contains a change in the default process manager used. At this time a user that would like to use mpiexec instead of the new process manager needs to provide an option to configure. This patch allows for that to happen through the install script. Signed-off-by: Jonathan P