Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r32225 - in trunk: contrib/build-mca-comps-outside-of-tree ompi/contrib/vt/vt ompi/contrib/vt/vt/extlib/otf opal/mca/event/libevent2021/libevent

2014-07-14 Thread Bert Wesarg
On 07/12/2014 05:35 PM, Jeff Squyres (jsquyres) wrote: Mike -- Did you contact the VT folks before making this change? Have you consider bug #13928: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928 It is a blocker for the 'subdir-objects'-by-default. And maybe the VT build system hits th

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r32225 - in trunk: contrib/build-mca-comps-outside-of-tree ompi/contrib/vt/vt ompi/contrib/vt/vt/extlib/otf opal/mca/event/libevent2021/libevent

2014-07-14 Thread Matthias Jurenz
r29732 already fixes the automake issue in the trunk. I reopened the CMR #4786 for moving this revision to the v1.8 branch. Matthias PS: Sorry for the delay. I had then forgotten to create a CMR for this fix. On 14.07.2014 09:28, Bert Wesarg wrote: On 07/12/2014 05:35 PM, Jeff Squyres (jsquy

[OMPI devel] Hangs on the trunk

2014-07-14 Thread Rolf vandeVaart
I have noticed that I am seeing some tests hang on the trunk. For example: $ mpirun --mca btl_tcp_if_include eth0 --host drossetti-ivy0,drossetti-ivy1 -np 2 --mca pml ob1 --mca btl sm,tcp,self --mca coll_mdisable_allgather 1 --mca btl_openib_warn_default_gid_prefix 0 send It is not unusual for

Re: [OMPI devel] Hangs on the trunk

2014-07-14 Thread Nathan Hjelm
Yeah. I think it is a problem I introduced. I am trying to track it down now. Probably messed up one of the conversions in ob1. -Nathan On Mon, Jul 14, 2014 at 01:38:38PM -0700, Rolf vandeVaart wrote: >I have noticed that I am seeing some tests hang on the trunk. For >example: > >

Re: [OMPI devel] Hangs on the trunk

2014-07-14 Thread Nathan Hjelm
Found the typo. Fixed in r32232 -Nathan On Mon, Jul 14, 2014 at 02:44:06PM -0600, Nathan Hjelm wrote: > Yeah. I think it is a problem I introduced. I am trying to track it down > now. Probably messed up one of the conversions in ob1. > > -Nathan > > On Mon, Jul 14, 2014 at 01:38:38PM -0700, Rol

Re: [OMPI devel] Hangs on the trunk

2014-07-14 Thread Rolf vandeVaart
Thanks. That fixed my issue. Will check MTT after tonight's run. >-Original Message- >From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Nathan >Hjelm >Sent: Monday, July 14, 2014 5:01 PM >To: Open MPI Developers >Subject: Re: [OMPI devel] Hangs on the trunk > >* PGP Signed by

[OMPI devel] RFC: Add an __attribute__((destructor)) function to opal

2014-07-14 Thread Nathan Hjelm
What: Add a library destructor function to OPAL. The new function would take care of cleaning up some of OPAL's state (closing frameworks, shutting down MCA, etc). Why: OPAL can not currently be re-initialized. There are numerous problems throughout the project that will make it difficult (but no