[OMPI devel] Updating to r10118

2006-05-30 Thread Jeff Squyres (jsquyres)
When you update to r10118 (or beyond), you may see the following SVN error: svn: Failed to add file 'ompi/include/mpif-common.h': object of the same name already exists Short version: -- This is harmless -- just "rm ompi/include/mpif-common.h" and "svn up" again (or do the "rm" befo

[OMPI devel] FW: [all-osl-users] Fwd: Electrical Outage Saturday, June 3, all day

2006-05-30 Thread Jeff Squyres (jsquyres)
FYI. All of Open MPI's network services will be down this upcoming Saturday (3 June 2006) due to a scheduled electrical outage of the building where they reside. This includes all web, e-mail, and Subversion services. From: DongInn Kim Sent: Tue

[OMPI devel] some configury update

2006-05-30 Thread Ralf Wildenhues
The following patches fix two rather nasty issues with configury, and one missing bit of GCS update. All changes should be backwards compatible (in the sense that they will work with older Autoconf versions), the first two are necessary for correct functioning with Autoconf-2.59 already, but the f

Re: [OMPI devel] memory_malloc_hooks.c and dlclose()

2006-05-30 Thread Brian W. Barrett
On Mon, 22 May 2006, Neil Ludban wrote: I'm getting a core dump when using openmpi-1.0.2 with the MPI extensions we're developing for the MATLAB interpreter. This same build of openmpi is working great with C programs and our extensions for gnu octave. The machine is AMD64 running Linux: Linu

Re: [OMPI devel] some configury update

2006-05-30 Thread Brian Barrett
As always, Thanks! Committed and hopefully moving to 1.1, as I'd like to eventually bootstap that branch with 2.60. Brian On May 30, 2006, at 9:51 AM, Ralf Wildenhues wrote: The following patches fix two rather nasty issues with configury, and one missing bit of GCS update. All changes sho