Re: [O-MPI devel] ltdl.h problem

2005-09-01 Thread Ralf Wildenhues
Hi George, * George Bosilca wrote on Thu, Sep 01, 2005 at 06:49:48AM CEST: > > Now I see the reason behind this change. Anyway, few month ago we decide > to switch the compilation process, and to modify all the files in order to > start all the #include directives with the full path of the includ

Re: [O-MPI devel] ltdl.h problem

2005-09-01 Thread Jeff Squyres
On Sep 1, 2005, at 12:37 AM, Ralf Wildenhues wrote: I trace this one as far as I could. And the results are mostly unexpected. On some of the clusters it compiles without any problems and on some others it doesn't. The difference is ... if there is an ltdl.h installed in the system directories

Re: [O-MPI devel] ltdl.h problem

2005-09-01 Thread Jeff Squyres
On Sep 1, 2005, at 6:38 AM, Jeff Squyres wrote: I see the issue in the source code, and I'll fix it (opal/mca/base/base.h, which is widely included throughout the tree, has declarations of some internal functions). Fixed and committed. I tested both a regular and a VPATH build, but I do not

Re: [O-MPI devel] Small ltdl use update

2005-09-01 Thread Jeff Squyres
On Aug 31, 2005, at 7:46 AM, Ralf Wildenhues wrote: Please apply the first patch (or a similar solution) to include ltdl.h directly. This is both how it's documented and how it will work with Libtool 1.5.x and 2.x: the latter has other included files, which live one directory level further down

[O-MPI devel] RHC development plans

2005-09-01 Thread Ralph H. Castain
Yo folks Several people have asked lately what I am planning to do next on ORTE. Just to help maintain coordination, here is my current list of planned activities (in priority order). Any requests/suggestions are welcomed - this isn't in concrete by any means. 1. Add George's architecture in

Re: [O-MPI devel] ltdl.h problem

2005-09-01 Thread Jeff Squyres
On Sep 1, 2005, at 12:37 AM, Ralf Wildenhues wrote: For some component it work as expected because on the revision 7106 the -I$(top_srcdir)/opal/libltdl has been added to the AM_CPPFLAGS in the Makefile.am. As most of our code use components there is a dependency between nearly every file in th

Re: [O-MPI devel] Open MPI Illegal symbol report

2005-09-01 Thread Jeff Squyres
Heh. Well, it's good to see that the illegal symbol report is working properly. :-) I'll add MPIR_ as an acceptable prefix so that these get ignored from now on. On Sep 1, 2005, at 6:11 AM, jsquy...@odin.cs.indiana.edu wrote: Found global symbols with missing or illegal prefixes File

[O-MPI devel] gm configure status

2005-09-01 Thread Tim S. Woodall
What is the status of the gm configure issue: mpicc -O -DMPI ./src/netpipe.c ./src/mpi.c -o NPmpi -I./src gcc: WRAPPER_ALWAYS_EXTRA_LIBS: No such file or directory gcc: WRAPPER_ALWAYS_EXTRA_LIBS: No such file or directory Is there a simple work-around, or should I just compile/link the app w/ou

Re: [O-MPI devel] gm configure status

2005-09-01 Thread Jeff Squyres
I think Brian sent the workaround the other day (I don't know if he got to commit a proper fix or not -- he left for travel shortly after that), but I also thought that George fixed the issue in his configure.m4...? (could be wrong; I don't build GM regularly) - From: brbar..

Re: [O-MPI devel] gm configure status

2005-09-01 Thread Tim S. Woodall
Well ... I actually needed both. This is still an issue w/ static builds. I'll try a shared build. Tim Jeff Squyres wrote: I think Brian sent the workaround the other day (I don't know if he got to commit a proper fix or not -- he left for travel shortly after that), but I also thought that G

[O-MPI devel] IU odin cluster

2005-09-01 Thread Jeff Squyres
Everyone using the odin cluster at IU: There was an unscheduled upgrade of the g++ compiler on the odin cluster at IU this afternoon (from 3.4.3 to 3.4.4 to get an important bug fix). The end result is that if you're compiling the C++ MPI bindings in an OMPI tree (which is the default), you'l

Re: [O-MPI devel] RHC development plans

2005-09-01 Thread Ralph H. Castain
Yo folks I have now completed the first three of these items. I believe this brings ORTE to a stage that is - at the least - very close to release quality. There are a few memory leaks left (oob and iof subsystems), but I'm not as familiar with those and have asked for help. Barring any requ

Re: [O-MPI devel] gm configure status

2005-09-01 Thread Brian Barrett
This is fixed in SVN. Sorry for the delay in getting it fixed. Brian On Sep 1, 2005, at 9:50 AM, Tim S. Woodall wrote: Well ... I actually needed both. This is still an issue w/ static builds. I'll try a shared build. Tim Jeff Squyres wrote: I think Brian sent the workaround the other d