On Wed, 29 Jul 2009, Jeff Squyres wrote:
On Jul 28, 2009, at 1:56 PM, Ralf Wildenhues wrote:
- support files are not versioned (e.g., show_help text files)
- include files are not versioned (e.g., mpi.h)
- OMPI's DSOs actually are versioned, but more work would be needed
in this area to make t
On Jul 28, 2009, at 1:56 PM, Ralf Wildenhues wrote:
> - support files are not versioned (e.g., show_help text files)
> - include files are not versioned (e.g., mpi.h)
> - OMPI's DSOs actually are versioned, but more work would be needed
> in this area to make that versioning scheme work in real
- "Ralf Wildenhues" wrote:
> You can probably solve most of these issues by just
> versioning the directory names where you put the files;
To be honest I'm not sure if this is something that
OMPI should be looking to solve, we have lots of
different versions installed on our clusters just
u
* Jeff Squyres wrote on Sat, Jul 25, 2009 at 07:59:25PM CEST:
> On Jul 25, 2009, at 12:59 PM, Iain Bason wrote:
> >> We have talked many times about doing proper versioning for
> >> OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs).
> >
> >Forgive me if this has been hashed out, bu
On Jul 25, 2009, at 12:59 PM, Iain Bason wrote:
> We have talked many times about doing proper versioning for
> OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs).
Forgive me if this has been hashed out, but won't you run into trouble
by not versioning the components?
This is
On Jul 23, 2009, at 5:53 PM, Jeff Squyres wrote:
We have talked many times about doing proper versioning for
OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs).
Forgive me if this has been hashed out, but won't you run into trouble
by not versioning the components? What ha
Oops! I forgot to attach those 3 pages from the Libtool docs. Here
they are...
On Jul 23, 2009, at 5:53 PM, Jeff Squyres (jsquyres) wrote:
We have talked many times about doing proper versioning for OMPI's .so
libraries (e.g., libmpi.so -- *not* our component DSOs). After
reading up on the
We have talked many times about doing proper versioning for OMPI's .so
libraries (e.g., libmpi.so -- *not* our component DSOs). After
reading up on the Libtool recommendations on how to do this, I have
added a the relevant stuff to the relevant Makefile.am's, and also
added a small conveni