Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0

2006-07-11 Thread Daryl W. Grunau
> Message: 2 > Date: Tue, 11 Jul 2006 12:23:16 -0400 > From: George Bosilca > Subject: Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0 > To: Open MPI Users > Message-ID: <507769b7-8495-478b-b9a8-189826653...@cs.utk.edu> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

[OMPI users] OMPI 1.1 build failure with Intel 9.0

2006-07-11 Thread Daryl W. Grunau
I'm trying to build version 1.1 with Intel 9.0 compilers and getting an error at the very end in the tools directory: ompi/tools/ompi_info. The build appears to die with undefined references to things that belong to the C++ string class (see long attachment). Strange thing is that this same code

Re: [O-MPI users] ompi spec file

2006-01-25 Thread Daryl W. Grunau
> Date: Thu, 19 Jan 2006 13:19:42 -0500 > From: Jeff Squyres > Subject: Re: [O-MPI users] ompi spec file > To: Open MPI Users > Message-ID: <23849e6b-b0ff-4eeb-84dc-4a01d72f8...@open-mpi.org> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > David -- > > Many thanks for

[O-MPI users] ompi spec file

2006-01-09 Thread Daryl W. Grunau
Hi, I realize there exists an RPM spec file distributed with OMPI tarball but I've found it to be broken on several counts (e.g. a not-so-advertized 'feature' of spec files is that nested %if statements are unpredictable at best) so I'm inlining one that I've been using successfully for quite some

Re: [O-MPI users] error creating high priority cq for mthca0

2005-12-07 Thread Daryl W. Grunau
d /home/luken/hello > > > > > coyote2-compute# mpirun -np 2 -H 201,202 mpi_hello > > > > > n201: I am rank 0 > > > > > n202: I am rank 1 > > > > > > > > > > > > > > > coyote2-compute$ su - luken >

[O-MPI users] MCA paffinity_linux warning

2005-12-06 Thread Daryl W. Grunau
Hi, I'm running OMPI 1.1a1r8378 and get the following warnings every time I run. I'm not setting any such value at runtime: -- WARNING: A user-supplied value attempted to override the read-only MCA parameter named "p

[O-MPI users] error creating high priority cq for mthca0

2005-12-06 Thread Daryl W. Grunau
Hi, I'm running OMPI 1.1a1r8378 on 2.6.14 + recent OpenIB stack and getting the following runtime error: [0,1,0][btl_openib.c:803:mca_btl_openib_module_init] error creating high priority cq for mthca0 errno says Cannot allocate memory [0,1,3][btl_openib.c:803:mca_btl_openib_module_init] error cre

Re: [O-MPI users] OMPI 1.0 rc6 --with-bproc errors

2005-11-18 Thread Daryl W. Grunau
> Date: Fri, 18 Nov 2005 10:34:29 -0700 > From: "Daryl W. Grunau" > To: Brian Barrett > Cc: us...@open-mpi.org > Subject: Re: [O-MPI users] OMPI 1.0 rc6 --with-bproc errors > > > Date: Thu, 17 Nov 2005 09:20:10 -0800 > > From: Brian Barrett > >

Re: [O-MPI users] OMPI 1.0 rc6 --with-bproc errors

2005-11-18 Thread Daryl W. Grunau
> Date: Thu, 17 Nov 2005 09:20:10 -0800 > From: Brian Barrett > Subject: Re: [O-MPI users] OMPI 1.0 rc6 --with-bproc errors > To: Open MPI Users > Message-ID: <6e3f2f6a-fb69-4879-a2b1-e286b5db7...@open-mpi.org> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Daryl - >

Re: [O-MPI users] users Digest, Vol 138, Issue 2

2005-11-17 Thread Daryl W. Grunau
> Date: Thu, 17 Nov 2005 09:17:07 -0700 > From: "Daryl W. Grunau" > Subject: Re: [O-MPI users] OMPI 1.0 rc6 --with-bproc errors > To: Jeff Squyres > Cc: Open MPI Users > Message-ID: <20051117161707.ga6...@lanl.gov> > Content-Type: text/plain; charset=us-asci

Re: [O-MPI users] OMPI 1.0 rc6 --with-bproc errors

2005-11-17 Thread Daryl W. Grunau
yone directly replied to you, but I saw some > commits fixing this yesterday (actually, they were already on the > trunk; we forgot to bring them over to the v1.0 branch). Could you > give this morning's nightly snapshot tarball a whirl? > > > On Nov 14, 2005, at 10:30 AM

[O-MPI users] OMPI 1.0 rc6 --with-bproc errors

2005-11-14 Thread Daryl W. Grunau
Hi, I'm trying to compile rc6 on my BProc cluster and failed to build as follows: make[4]: Entering directory `/usr/src/redhat/BUILD/openmpi-1.0rc6/orte/mca/pls/bproc' depbase=`echo pls_bproc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DH

[O-MPI users] HOWTO turn of "multi-rail" support at runtime?

2005-09-20 Thread Daryl W. Grunau
Hi, I've got a dual-homed IB + GigE connected cluster for which I've built a very recent drop of OpenMPI (w/ mvapi support). I'm having difficulty making OMPI solely use native verbs as it's communication between nodes. I've tried all incantations of the following mca parameters to no avail: -

Re: [O-MPI users] attempt to override read-only MCA parameter "orte_infrastructure" - FIXED!

2005-09-19 Thread Daryl W. Grunau
> Message: 1 > Date: Thu, 15 Sep 2005 15:11:50 -0600 > From: "Tim S. Woodall" > Subject: Re: [O-MPI users] attempt to override read-only MCA parameter > "orte_infrastructure" > To: Open MPI Users > Message-ID: <4329e396.1060...@lanl.gov> > Content-Type: text/plain; charset=ISO-8859-1; form

Re: [O-MPI users] attempt to override read-only MCA parameter "orte_infrastructure"

2005-09-14 Thread Daryl W. Grunau
> Message: 1 > Date: Wed, 14 Sep 2005 14:44:26 -0600 > From: "Tim S. Woodall" > Subject: Re: [O-MPI users] attempt to override read-only MCA parameter > "orte_infrastructure" > To: Open MPI Users > Message-ID: <43288baa.6050...@lanl.gov> > Content-Type: text/plain; charset=ISO-8859-1; form

[O-MPI users] attempt to override read-only MCA parameter "orte_infrastructure"

2005-09-14 Thread Daryl W. Grunau
Hi, I downloaded/installed version 1.0a1r7337 configured to run on my BProcV4 IB cluster (mvapi, for now). Upon execution, I get the following warning message, however the app appears to run to completion afterwards: --