2008-08-02 01:14:37 +04:00
|
|
|
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
2011-02-17 01:53:23 +03:00
|
|
|
# Copyright (c) 2008-2011 Cisco Systems, Inc. All rights reserved.
|
2011-08-04 14:15:45 +04:00
|
|
|
# Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
|
2008-08-02 01:14:37 +04:00
|
|
|
|
2005-03-25 06:19:46 +03:00
|
|
|
# This is the VERSION file for Open MPI, describing the precise
|
|
|
|
# version of Open MPI in this distribution. The various components of
|
|
|
|
# the version number below are combined to form a single version
|
|
|
|
# number string.
|
|
|
|
|
|
|
|
# major, minor, and release are generally combined in the form
|
2005-09-27 06:06:05 +04:00
|
|
|
# <major>.<minor>.<release>. If release is zero, then it is omitted.
|
2005-03-25 06:19:46 +03:00
|
|
|
|
2005-05-12 21:56:42 +04:00
|
|
|
major=1
|
2012-07-02 18:21:30 +04:00
|
|
|
minor=9
|
2004-01-13 18:42:58 +03:00
|
|
|
release=0
|
2005-03-25 06:19:46 +03:00
|
|
|
|
2005-09-27 06:06:05 +04:00
|
|
|
# greek is used for alpha or beta release tags. If it is non-empty,
|
|
|
|
# it will be appended to the version number. It does not have to be
|
|
|
|
# numeric. Common examples include a1 (alpha release 1),
|
|
|
|
# b1 (beta release 1), sc2005 (Super Computing 2005 release). The
|
|
|
|
# only requirement is that it must be entirely printable ASCII
|
|
|
|
# characters and have no white space.
|
2005-03-25 06:19:46 +03:00
|
|
|
|
2012-04-19 04:37:55 +04:00
|
|
|
greek=a1
|
2005-03-25 06:19:46 +03:00
|
|
|
|
2011-02-17 01:53:23 +03:00
|
|
|
# If want_repo_rev=1, then the repo revision number will be included
|
|
|
|
# in the overall Open MPI version number in some form.
|
|
|
|
|
|
|
|
want_repo_rev=1
|
|
|
|
|
|
|
|
# If repo_rev=-1, then the repository version number will be obtained
|
|
|
|
# dynamically at run time, either:
|
|
|
|
#
|
|
|
|
# 1) via the "svnversion" command (if this is a Subversion checkout)
|
|
|
|
# in the form "r<svn_r>", or
|
|
|
|
# 2) via the "hg -v -R tip" command (if this is a Mercurial clone)
|
|
|
|
# in the form of "hg<hash>", using the hash tag at the tip
|
|
|
|
# 3) via the "git log -1" command (if this is a Git clone) in the form
|
|
|
|
# of "git<hash>", using the hash tag at the HEAD
|
|
|
|
# 4) with the date (if none of the above work) in the form of
|
|
|
|
# "date<date>".
|
|
|
|
#
|
|
|
|
# Alternatively, if repo_rev is not -1, the value of repo_rev_r will
|
|
|
|
# be directly appended to the version string. This happens during
|
|
|
|
# "make dist", for example: if the distribution tarball is being made
|
|
|
|
# from an SVN checkout, if repo_rev=-1, then its value is replaced
|
|
|
|
# with the output of "svnversion".
|
|
|
|
|
|
|
|
repo_rev=-1
|
2008-08-02 01:14:37 +04:00
|
|
|
|
|
|
|
# The date when this release was created
|
|
|
|
|
|
|
|
date="Unreleased developer copy"
|
2009-07-24 01:35:17 +04:00
|
|
|
|
|
|
|
# The shared library version of each of Open MPI's public libraries.
|
|
|
|
# These versions are maintained in accordance with the "Library
|
|
|
|
# Interface Versions" chapter from the GNU Libtool documentation. The
|
2009-07-24 16:42:16 +04:00
|
|
|
# first Open MPI release to programatically specify these versions was
|
|
|
|
# v1.3.4 (note that Libtool defaulted all prior releases to 0:0:0).
|
|
|
|
# All changes in these version numbers are dictated by the Open MPI
|
|
|
|
# release managers (not individual developers). Notes:
|
2009-07-24 01:35:17 +04:00
|
|
|
|
|
|
|
# 1. Since these version numbers are associated with *releases*, the
|
|
|
|
# version numbers maintained on the Open MPI SVN trunk (and developer
|
|
|
|
# branches) is always 0:0:0 for all libraries.
|
|
|
|
|
|
|
|
# 2. The version number of libmpi refers to the public MPI interfaces.
|
|
|
|
# It does not refer to any internal interfaces.
|
|
|
|
|
|
|
|
# 3. Similar to libmpi, libmpi_f77, libmpi_f90 (and possibly other
|
|
|
|
# Fortran libraries someday -- shrudder!), the version number refers
|
|
|
|
# to the public MPI interfaces. Note that there have been typo fixes
|
|
|
|
# in the parameter types to libmpi_f77 functions over time; these
|
|
|
|
# technically did not change the interface because Fortran 77 does not
|
|
|
|
# link by parameter type.
|
|
|
|
|
|
|
|
# 4. Similar to libmpi, libmpi_cxx's version number refers to the
|
|
|
|
# public MPI interfaces. Note that this version number may or may not
|
|
|
|
# be affected by changes to inlined functions in OMPI's
|
|
|
|
# header-file-based C++ bindings implementation.
|
|
|
|
|
|
|
|
# 5. The ORTE and OPAL libraries will change versions when their
|
|
|
|
# public interfaces change (as relative to the layer(s) above them).
|
|
|
|
# None of the ORTE and OPAL interfaces are public to MPI applications,
|
|
|
|
# but they are "public" within the OMPI code base and select 3rd party
|
|
|
|
# software packages.
|
|
|
|
|
|
|
|
# Version numbers are described in the Libtool current:revision:age
|
|
|
|
# format.
|
|
|
|
|
|
|
|
libmpi_so_version=0:0:0
|
|
|
|
libmpi_cxx_so_version=0:0:0
|
== Highlights ==
1. New mpifort wrapper compiler: you can utilize mpif.h, use mpi, and use mpi_f08 through this one wrapper compiler
1. mpif77 and mpif90 still exist, but are sym links to mpifort and may be removed in a future release
1. The mpi module has been re-implemented and is significantly "mo' bettah"
1. The mpi_f08 module offers many, many improvements over mpif.h and the mpi module
This stuff is coming from a VERY long-lived mercurial branch (3 years!); it'll almost certainly take a few SVN commits and a bunch of testing before I get it correctly committed to the SVN trunk.
== More details ==
Craig Rasmussen and I have been working with the MPI-3 Fortran WG and Fortran J3 committees for a long, long time to make a prototype MPI-3 Fortran bindings implementation. We think we're at a stable enough state to bring this stuff back to the trunk, with the goal of including it in OMPI v1.7.
Special thanks go out to everyone who has been incredibly patient and helpful to us in this journey:
* Rolf Rabenseifner/HLRS (mastermind/genius behind the entire MPI-3 Fortran effort)
* The Fortran J3 committee
* Tobias Burnus/gfortran
* Tony !Goetz/Absoft
* Terry !Donte/Oracle
* ...and probably others whom I'm forgetting :-(
There's still opportunities for optimization in the mpi_f08 implementation, but by and large, it is as far along as it can be until Fortran compilers start implementing the new F08 dimension(..) syntax.
Note that gfortran is currently unsupported for the mpi_f08 module and the new mpi module. gfortran users will a) fall back to the same mpi module implementation that is in OMPI v1.5.x, and b) not get the new mpi_f08 module. The gfortran maintainers are actively working hard to add the necessary features to support both the new mpi_f08 module and the new mpi module implementations. This will take some time.
As mentioned above, ompi/mpi/f77 and ompi/mpi/f90 no longer exist. All the fortran bindings implementations have been collated under ompi/mpi/fortran; each implementation has its own subdirectory:
{{{
ompi/mpi/fortran/
base/ - glue code
mpif-h/ - what used to be ompi/mpi/f77
use-mpi-tkr/ - what used to be ompi/mpi/f90
use-mpi-ignore-tkr/ - new mpi module implementation
use-mpi-f08/ - new mpi_f08 module implementation
}}}
There's also a prototype 6-function-MPI implementation under use-mpi-f08-desc that emulates the new F08 dimension(..) syntax that isn't fully available in Fortran compilers yet. We did that to prove it to ourselves that it could be done once the compilers fully support it. This directory/implementation will likely eventually replace the use-mpi-f08 version.
Other things that were done:
* ompi_info grew a few new output fields to describe what level of Fortran support is included
* Existing Fortran examples in examples/ were renamed; new mpi_f08 examples were added
* The old Fortran MPI libraries were renamed:
* libmpi_f77 -> libmpi_mpifh
* libmpi_f90 -> libmpi_usempi
* The configury for Fortran was consolidated and significantly slimmed down. Note that the F77 env variable is now IGNORED for configure; you should only use FC. Example:
{{{
shell$ ./configure CC=icc CXX=icpc FC=ifort ...
}}}
All of this work was done in a Mercurial branch off the SVN trunk, and hosted at Bitbucket. This branch has got to be one of OMPI's longest-running branches. Its first commit was Tue Apr 07 23:01:46 2009 -0400 -- it's over 3 years old! :-) We think we've pulled in all relevant changes from the OMPI trunk (e.g., Fortran implementations of the new MPI-3 MPROBE stuff for mpif.h, use mpi, and use mpi_f08, and the recent Fujitsu Fortran patches).
I anticipate some instability when we bring this stuff into the trunk, simply because it touches a LOT of code in the MPI layer in the OMPI code base. We'll try our best to make it as pain-free as possible, but please bear with us when it is committed.
This commit was SVN r26283.
2012-04-18 19:57:29 +04:00
|
|
|
libmpi_mpifh_so_version=0:0:0
|
|
|
|
libmpi_usempi_tkr_so_version=0:0:0
|
|
|
|
libmpi_usempi_ignore_tkr_so_version=0:0:0
|
2009-07-24 01:35:17 +04:00
|
|
|
libopen_rte_so_version=0:0:0
|
|
|
|
libopen_pal_so_version=0:0:0
|
2012-02-21 02:12:43 +04:00
|
|
|
libmpi_java_so_version=0:0:0
|
2009-10-27 23:58:34 +03:00
|
|
|
|
|
|
|
# "Common" components install standalone libraries that are run-time
|
|
|
|
# linked by one or more components. So they need to be versioned as
|
|
|
|
# well. Yuck; this somewhat breaks the
|
|
|
|
# components-don't-affect-the-build-system abstraction.
|
|
|
|
|
|
|
|
libmca_common_sm_so_version=0:0:0
|
|
|
|
libmca_common_mx_so_version=0:0:0
|
|
|
|
libmca_common_portals_so_version=0:0:0
|
2011-08-04 14:15:45 +04:00
|
|
|
libmca_common_cuda_so_version=0:0:0
|
2011-02-23 02:21:48 +03:00
|
|
|
libmca_opal_common_hwloc_so_version=0:0:0
|