Re: [OMPI devel] Autogen improvements: ready for blast off

2010-09-23 Thread Ethan Mallove
We can build an SVN checkout, but with a tarball we get this: ... Undefined first referenced symbol in file opal_backtrace_print../../../opal/.libs/libopen-pal.so opal_backtrace_buffer ../../../opal/.libs/libope

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r23665

2010-08-26 Thread Ethan Mallove
This fixes Libtool for an SVN checkout, but does not seem to get into the nightly trunk tarball. Why is that? -Ethan On Wed, Aug/25/2010 03:40:18PM, emall...@osl.iu.edu wrote: > Author: emallove > Date: 2010-08-25 15:40:17 EDT (Wed, 25 Aug 2010) > New Revision: 23665 > URL: https://svn.open-mpi.

[OMPI devel] GCC Linux trunk build errors in paffinity/hwloc

2010-05-24 Thread Ethan Mallove
IU and Oracle GCC/Linux nightly trunk builds are both dying on: ... Entering directory `.../openmpi-1.7a1r23202/opal/mca/paffinity/hwloc/hwloc/src' CC traversal.lo CC topology.lo CC topology-synthetic.lo CC bind.lo CC cpuset.lo CC misc.lo C

Re: [OMPI devel] System V Shared Memory for Open MPI: Request for Community Input and Testing

2010-04-30 Thread Ethan Mallove
ry > > On Apr 29, 2010, at 1:32 PM, Ethan Mallove wrote: > > > Hi Samuel, > > > > I'm trying to run off your HG clone, but I'm seeing issues with > > c_hello, e.g., > > > > $ mpirun -mca mpi_common

Re: [OMPI devel] System V Shared Memory for Open MPI: Request for Community Input and Testing

2010-04-29 Thread Ethan Mallove
Hi Samuel, I'm trying to run off your HG clone, but I'm seeing issues with c_hello, e.g., $ mpirun -mca mpi_common_sm sysv --mca btl self,sm,tcp --host burl-ct-v440-2,burl-ct-v440-2 -np 2 ./c_hello -- A system call fai

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r22663

2010-02-19 Thread Ethan Mallove
On Thu, Feb/18/2010 01:16:33PM, Jeff Squyres wrote: > On Feb 18, 2010, at 1:12 PM, Ethan Mallove wrote: > > > About this change - I have been seeing the below error while trying to > > build the trunk recently: > > > > $ make ... > > cd . && /bin

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r22663

2010-02-18 Thread Ethan Mallove
About this change - I have been seeing the below error while trying to build the trunk recently: $ make ... cd . && /bin/bash /tmp/config-missing-bug-in-trunk/trunk/config/missing --run aclocal-1.10 -I config configure.ac:939: warning: OMPI_CONFIGURE_SETUP is m4_require'd but not m4_defun'

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r22077

2009-10-08 Thread Ethan Mallove
I think we're missing a couple semicolons (see below). On Thu, Oct/08/2009 01:53:43PM, r...@osl.iu.edu wrote: > Author: rhc > Date: 2009-10-08 13:53:43 EDT (Thu, 08 Oct 2009) > New Revision: 22077 > URL: https://svn.open-mpi.org/trac/ompi/changeset/22077 > > Log: > Closes #2048: Fix uninitialized

Re: [OMPI devel] [OMPI svn] svn:open-mpi r22014

2009-09-29 Thread Ethan Mallove
On Mon, Sep/28/2009 03:11:46PM, Ethan Mallove wrote: > On Mon, Sep/28/2009 02:05:14PM, Jeff Squyres wrote: > > Try a newer compiler than gcc 3.4 -- it's pretty ancient. > > I don't get the warning with 4.1.2 either. To get the warning I needed to enable some develop

Re: [OMPI devel] [OMPI svn] svn:open-mpi r22014

2009-09-28 Thread Ethan Mallove
On Mon, Sep/28/2009 02:05:14PM, Jeff Squyres wrote: > Try a newer compiler than gcc 3.4 -- it's pretty ancient. I don't get the warning with 4.1.2 either. -Ethan > > > On Sep 28, 2009, at 2:03 PM, Ethan Mallove wrote: > >> On Fri, Sep/25/2009 09:31:51PM, Ralph Ca

Re: [OMPI devel] [OMPI svn] svn:open-mpi r22014

2009-09-28 Thread Ethan Mallove
On Fri, Sep/25/2009 09:31:51PM, Ralph Castain wrote: > I think there is a problem with this change - here is a warning I get when > compiling on Mac and Linux: > > ompi_debuggers.c:265: warning: no previous prototype for ?MPIR_Breakpoint? > > Can you please take a look? Can you send me your confi

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r20003 (Solaris malloc.h issue)

2009-04-20 Thread Ethan Mallove
t; > I wonder why we need to include malloc.h there? We don't allocate > any memory in this file ... Any objections to removing the #include line? -Ethan > > george. > > On Apr 16, 2009, at 18:09 , Ethan Mallove wrote: > >> Hi, >> >> I think I have a

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r20003 (Solaris malloc.h issue)

2009-04-16 Thread Ethan Mallove
t; #include "ompi/runtime/params.h" The reason for doing this is because ompi_config.h (which includes ompi_config_bottom.h) #defines "malloc", so we end up with OMPI code getting spliced into the Solaris /usr/include/malloc.h code. Is this fix okay? -Ethan On Wed, Dec/10/2

Re: [OMPI devel] 1.3.1 -- bad MTT from Cisco

2009-03-11 Thread Ethan Mallove
On Wed, Mar/11/2009 11:38:19AM, Jeff Squyres wrote: > As Terry stated, I think this bugger is quite rare. I'm having a helluva > time trying to reproduce it manually (over 5k runs this morning and still > no segv). Ugh. 5k of which test(s)? Can this error happen on any test? I am wondering if

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r20003 (Solaris malloc.h issue)

2008-12-10 Thread Ethan Mallove
Hi Patrick, r20003 seems to break MX support on Solaris. $ cd ompi/mca/common/mx $ make ... "/usr/include/malloc.h", line 46: syntax error before or at: ( "/usr/include/malloc.h", line 47: syntax error before or at: ( "/usr/include/malloc.h", line 48: syntax error before or at: ( "/

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-24 Thread Ethan Mallove
On Sun, Nov/23/2008 09:19:12AM, Ralf Wildenhues wrote: > * Ethan Mallove wrote on Fri, Nov 21, 2008 at 09:01:56PM CET: > > On Fri, Nov/21/2008 01:02:12PM, Ralf Wildenhues wrote: > > > IMHO OpenMPI can use > > > the solaris_use_stlport4=yes until such a functionality

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-21 Thread Ethan Mallove
On Fri, Nov/21/2008 01:02:12PM, Ralf Wildenhues wrote: > Hello Ethan, all, > > * Ethan Mallove wrote on Thu, Nov 20, 2008 at 10:33:08PM CET: > > On Thu, Nov/20/2008 07:00:31PM, Ralf Wildenhues wrote: > > > > > > Ah, ok. Please try the patch below instead of y

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-20 Thread Ethan Mallove
On Thu, Nov/20/2008 07:00:31PM, Ralf Wildenhues wrote: > Our previous mails overlapped, sorry about that. > > * Ethan Mallove wrote on Thu, Nov 20, 2008 at 06:52:09PM CET: > > > > The above appears to be looking for a Fortran version string from the > > C compiler

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-20 Thread Ethan Mallove
On Wed, Nov/19/2008 03:24:16PM, Ethan Mallove wrote: > On Wed, Nov/19/2008 01:42:55PM, Ethan Mallove wrote: > > On Wed, Nov/19/2008 05:12:03PM, Ralf Wildenhues wrote: > > > Hello Ethan, > > > > > > * Ethan Mallove wrote on Wed, Nov 19, 2008 at 04:11:23PM CE

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread Ethan Mallove
On Wed, Nov/19/2008 01:42:55PM, Ethan Mallove wrote: > On Wed, Nov/19/2008 05:12:03PM, Ralf Wildenhues wrote: > > Hello Ethan, > > > > * Ethan Mallove wrote on Wed, Nov 19, 2008 at 04:11:23PM CET: > > > There are a couple issues with SunStudio and Libtool: > >

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread Ethan Mallove
On Wed, Nov/19/2008 05:12:03PM, Ralf Wildenhues wrote: > Hello Ethan, > > * Ethan Mallove wrote on Wed, Nov 19, 2008 at 04:11:23PM CET: > > There are a couple issues with SunStudio and Libtool: > > Which Libtool version are you using? If not 2.2.2 or newer, then please &g

Re: [OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread Ethan Mallove
then bad things happen if the user code contains code for the other STL version. (Not sure if I got that 100% right.) Dan overhauled Open MPI's handling of STL a while ago (r17448, r17418, r17409, ...). -Ethan > > george. > > On Nov 19, 200

[OMPI devel] RFC: Add SunStudio/Libtool helper script for post-configure

2008-11-19 Thread Ethan Mallove
WHAT: Add patch-libtool-for-sun-studio.pl script WHY: There are a couple issues with SunStudio and Libtool: 1. The SunStudio libCrun/libC

Re: [OMPI devel] inline asm patch

2007-12-20 Thread Ethan Mallove
On Thu, Dec/20/2007 08:50:41AM, Jeff Squyres wrote: > After Ethan's inline assembly patch (to make the > upper-level atomic.h declarations match the lower-level > inline definitions -- if they exist), I've had a problem > with the PGI compiler on Linux. > > I finally tracked down the issue this mor

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r16909 (f77_hello compiler error)

2007-12-12 Thread Ethan Mallove
Hello, Is this change (or r16908) causing the below error in the MTT trivial test (f77_hello)? The error occurs on Solaris and Linux. ... NOTICE: Invoking /ws/ompi-tools/SUNWspro/SOS11/bin/f90 -f77 -ftrap=%none -I/installs/cGmK/install/include/v9 -xarch=amd64 hello.f -o f77_hello -R/install

Re: [OMPI devel] Fwd: [OMPI svn] svn:open-mpi r16563

2007-10-26 Thread Ethan Mallove
And here is what's happens when I "svk info" on a non svk path. > > svk info unstable/ompi-trunk > Repository /Users/bosilca/.svk/local does not exist, create? > (y/n)Interrupted. > > I had to kill it with CTRL+C ... > > Thanks, > george. > > On

Re: [OMPI devel] Fwd: [OMPI svn] svn:open-mpi r16563

2007-10-26 Thread Ethan Mallove
han, > > It only solve half the problem. I do have some svk based > directories on my system ... but not all my Open MPI > checkouts are svk based. So, it still deadlock for me. > > george. > > On Oct 26, 2007, at 2:33 PM, Ethan Mallove wrote: > >> Whoa! My apolo

Re: [OMPI devel] Fwd: [OMPI svn] svn:open-mpi r16563

2007-10-26 Thread Ethan Mallove
Whoa! My apologies. I saw the same behavior when I did: $ rm -rf ~/.svk I think if we check the existence of $HOME/.svk before doing any svk commands then we should be okay. I did that in r16586. Does it work for you now? -Ethan On Fri, Oct/26/2007 02:02:42PM, George Bosilca wrote: > This p

[OMPI devel] Outdated PMB_2.2 test suite

2007-05-21 Thread Ethan Mallove
All, Would anyone be opposed to me removing the PMB_2.2 test suite from the ompi-tests repository? IMB_2.3 (also in the ompi-tests repository) is more up-to-date. If I don't hear any objections by COB Wednesday, I'll delete PMB_2.2. -Ethan

[OMPI devel] MTT for developers

2007-05-11 Thread Ethan Mallove
All, MTT can now be used to test your developer workspaces. The quick, cut-n-paste way to get started is: $ svn co https://svn.open-mpi.org/svn/mtt/branches/ompi-core-testers $ cd samples $ cat developer.ini trivial.ini | ../client/mtt - hostlist=host1,host2 alreadyinstalled_dir=/your/mpi/ins