Re: [OMPI devel] Compile error - svn revision 21099

2009-04-28 Thread Rainer Keller
Caciano, could You please check whether the following fixes it? Index: orte/mca/snapc/full/snapc_full_app.c === --- orte/mca/snapc/full/snapc_full_app.c(revision 21099) +++ orte/mca/snapc/full/snapc_full_app.c(working c

[OMPI devel] Compile error - svn revision 21099

2009-04-28 Thread Caciano Machado
Hi, I'm getting the folowing error compiling the svn trunk. Regards, Caciano Machado root@debompi:/usr/local/src/ompi-trunk# make distclean && ./autogen.sh && ./configure --prefix=/usr/local/openmpi --with-ft=cr --with-blcr=/usr/local/blcr -enable-mpi-threads --enable-trace && make ... gcc -DH

Re: [OMPI devel] Branching for 1.5.0

2009-04-28 Thread Rainer Keller
Hello all, as You may have noticed, the two patches for header cleanup have been committed (SVN: r21095, r21096). Thanks Ralph. Up to now, the consensus was, that the renaming patches by Gregory Koenig should be integrated just before branching to minimize drift between branch and trunk. Now

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

2009-04-28 Thread Rainer Keller
Ralph. On Tuesday 28 April 2009, Ralph Castain wrote: > Okay, I have found the correct fix. Please back this commit out and I > will submit the correct one. > > Just a missing header file in orte_init.c Thanks, Rainer -- Dr.-Ing. Ra

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

2009-04-28 Thread Rainer Keller
Ralph, I know it's not right. That's why it got commited in a separate commit! BUT, somewhere in libopen-rte.so, they are marked as file-LOCAL, and are not known. CU,. Rainer On Tuesday 28 April 2009, Ralph Castain wrote: > Ummm...no, that definitely is wrong, Rainer. Please back this out - it >

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

2009-04-28 Thread Ralph Castain
Okay, I have found the correct fix. Please back this commit out and I will submit the correct one. Just a missing header file in orte_init.c On Apr 28, 2009, at 7:55 PM, Ralph Castain wrote: Hmmm...even worse than I thought. We now have orte_name_wildcard and orte_name_invalid instantiated

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

2009-04-28 Thread Ralph Castain
Hmmm...even worse than I thought. We now have orte_name_wildcard and orte_name_invalid instantiated everywhere that orte_globals.h is used. This breaks everything in my systems as the values are no longer defined in a central place - so they are now undefined everywhere. I thought you had t

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

2009-04-28 Thread Ralph Castain
Ummm...no, that definitely is wrong, Rainer. Please back this out - it doubly allocates memory for those variables. Like the comment says, they are instantiated in orte_init.c. On Apr 28, 2009, at 7:44 PM, rusra...@osl.iu.edu wrote: Author: rusraink Date: 2009-04-28 21:44:43 EDT (Tue, 28

Re: [OMPI devel] Branching for 1.5.0

2009-04-28 Thread Jeff Squyres (jsquyres)
Arf! -jms Sent from my PDA. No type good. From: devel-boun...@open-mpi.org To: Open MPI Developers Sent: Tue Apr 28 12:50:03 2009 Subject: [OMPI devel] Branching for 1.5.0 Hi folks We are ready to branch the next feature release series - tagged 1.5. Rai

[OMPI devel] Branching for 1.5.0

2009-04-28 Thread Ralph Castain
Hi folks We are ready to branch the next feature release series - tagged 1.5. Rainer will be doing a rather intrusive commit later this evening to cleanup unnecessary header file dependencies. Once the dust from that settles (probably end of the week), we will do the branch. For now, the branch w

[OMPI devel] vampirtrace on v1.3 branch

2009-04-28 Thread Terry Dontje
Has anyone tested running a simple program compiled with mpicc-vt that was built on RHEL 5.1 or SLES-10 with gcc under 32 bits? I am seeing the following errors when running compiled code: VampirTrace: BFD: bfd_get_file_flags(): failed Note the trunk seems to be working fine and I have other