Re: [OMPI devel] SDP support for OPEN-MPI

2008-01-08 Thread Lenny Verkhovsky
Hi all, Hi, Thanks for the responses. > -Original Message- > From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On > Behalf Of Jeff Squyres > Sent: Wednesday, January 02, 2008 4:08 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] SDP support for OPEN-MPI > > On

Re: [OMPI devel] Cisco MTT runs

2008-01-08 Thread Jeff Squyres
On Jan 7, 2008, at 2:03 PM, Josh Hursey wrote: It should be easy enough to add some prefix/suffix/hook-like HTML somewhere in the standard MTT config that can customize the output HTML (i.e., put some additional information on the page, such as a link to this graph)... I'm not sure I understan

Re: [OMPI devel] SDP support for OPEN-MPI

2008-01-08 Thread Jeff Squyres
On Jan 8, 2008, at 7:45 AM, Lenny Verkhovsky wrote: Hence, if HAVE_DECL_AF_INET_SDP==1 and using AF_INET_SDP fails to that peer, it might be desirable to try to fail over to using AF_INET_something_else. I'm still technically on vacation :-), so I didn't look *too* closely at your patch, but

[OMPI devel] Minor fix to some intel tests - FYI

2008-01-08 Thread Rolf Vandevaart
Just wanted to let everyone know we are making a minor change to some of the tests in the intel test suite. There is a bug where the tests are passing in a pointer rather then the address of a pointer to the MPI_Buffer_detach call. Most of the time, this does not cause a problem as we can s

[OMPI devel] vt integration -- still problems on os x

2008-01-08 Thread Jeff Squyres
From today's head (r17068): Making all in vtunify g++ -fopenmp -DVT_OMP -g -Wall -Wundef -Wno-long-long -finline- functions -fopenmp -Wl,-u,_munmap -Wl,-multiply_defined,suppress -o vtunify vtunify-vt_unify.o vtunify-vt_unify_defs.o vtunify- vt_unify_defs_hdlr.o vtunify-vt_unify_events.o vtu

[OMPI devel] Integrating the memchecker branch

2008-01-08 Thread Rainer Keller
Hello dear all, WHAT: We would like to integrate the changes on the memchecker-branch to trunk, as planned in the WHY: The checking offers memory checking for certain User and OMPI-internal errors, like buffer overruns, size mismatches, checks for wrong send/receive buffers. WHERE: OMPI trunk

[OMPI devel] configure patch

2008-01-08 Thread Elan Ruusamäe
hi please consider applying this patch http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openmpi-ksh.patch fixes build process when /bin/sh is not bash (for example pdksh) -- glen