Re: [OMPI devel] Building Open MPI components outside of the sourcetree

2011-02-02 Thread Jeff Squyres
I committed the 3 sample components to the following (they're slightly different for each version series): /trunk/contrib/build-mca-comps-outside-of-tree /branches/v1.4/contrib/build-mca-comps-outside-of-tree /branches/v1.5/contrib/build-mca-comps-outside-of-tree Enjoy! On Jan 20, 2011, at 1:1

[OMPI devel] .so version numbers in 1.5.2

2011-02-02 Thread Jeff Squyres
It looks like we forgot to update the .so version numbers in 1.5.1. :-( Luckily, the only ones that should have been affected were libopen-rte and libopen-pal. Can someone check my logic, below? - As of 1.5.0, all version numbers were 1:0:0 (except common:sm) - None of the "common" libraries h

Re: [OMPI devel] ompi-dmtcp configure options

2011-02-02 Thread Javier Martinez Canillas
> > Speaking as the owner of this mercurial repo, I can confidently state that > it's not yet ready for prime-time.  :-) > Hello Jeff, thank you for your quick answer. > My point: if you want to follow the MTCP development, you're welcome to > (that's why it's out in the open, after all!), but

[OMPI devel] 1.5.2 NEWS items

2011-02-02 Thread Jeff Squyres
All -- I added a first take at 1.5.2 NEWS items. Please have a look and let me know if you want any additions / changes. Thanks. https://svn.open-mpi.org/trac/ompi/changeset/24344 -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doi

Re: [OMPI devel] ompi-dmtcp configure options

2011-02-02 Thread Jeff Squyres
On Feb 2, 2011, at 6:05 AM, Javier Martinez Canillas wrote: > https://bitbucket.org/jsquyres/ompi-dmtcp2 > > that integrates the mtcp checkpoint/restart facility as a OpenMPI > checkpoint plug-in. Speaking as the owner of this mercurial repo, I can confidently state that it's not yet ready for

[OMPI devel] ompi-dmtcp configure options

2011-02-02 Thread Javier Martinez Canillas
Hello, I found this project: https://bitbucket.org/jsquyres/ompi-dmtcp2 that integrates the mtcp checkpoint/restart facility as a OpenMPI checkpoint plug-in. I tried to compile it but had a few issues. The README, HACKING and INSTALL files seems to be an exact copy of the ones found in the orig