1
1
openmpi/ompi/mca/pml
Jeff Squyres ba99409628 Major simplifications to component versioning:
- After long discussions and ruminations on how we run components in
  LAM/MPI, made the decision that, by default, all components included
  in Open MPI will use the version number of their parent project
  (i.e., OMPI or ORTE).  They are certaint free to use a different
  number, but this simplification makes the common cases easy:
  - components are only released when the parent project is released
  - it is easy (trivial?) to distinguish which version component goes
    with with version of the parent project
- removed all autogen/configure code for templating the version .h
  file in components
- made all ORTE components use ORTE_*_VERSION for version numbers
- made all OMPI components use OMPI_*_VERSION for version numbers
- removed all VERSION files from components
- configure now displays OPAL, ORTE, and OMPI version numbers
- ditto for ompi_info
- right now, faking it -- OPAL and ORTE and OMPI will always have the
  same version number (i.e., they all come from the same top-level
  VERSION file).  But this paves the way for the Great Configure
  Reorganization, where, among other things, each project will have
  its own version number.

So all in all, we went from a boatload of version numbers to
[effectively] three.  That's pretty good.  :-)

This commit was SVN r6344.
2005-07-04 20:12:36 +00:00
..
base Remove a bunch of -I's that are no longer necessary with 2005-07-04 18:24:58 +00:00
example Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
ob1 Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
teg Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
uniq Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
Makefile.am First cut of OMPI Makefile.am's, plus a few more catchup updates in orte 2005-07-02 15:06:47 +00:00
pml_direct_call.h.template.in Rename src -> ompi 2005-07-02 13:43:57 +00:00
pml.h * rename ompi_list to opal_list 2005-07-03 16:22:16 +00:00