if (file_exists("$topdir/sitewide_notice.inc")) {
include("$topdir/sitewide_notice.inc");
}
?>
PLEASE NOTE: According to
Open MPI's
release methodology, the Open MPI v1.3 ("feature release") series
is finished: v1.3.4 is the final v1.3
series release. All bug fixes are being applied to the v1.4
("bug fix") series. All new features are being applied to the v1.5
("feature release") series.
$dir = "svn.open-mpi.org/svn/ompi/branches/v1.3/NEWS";
print(""); ?>This
file contains a list of changes between the releases in the Open
MPI releases in the v1.3 series
See the version timeline for
information on the chronology of Open MPI releases.
if (isset($t_stable)) {
print(" \n\nCurrent stable release: \n\n\n \n\n");
$t_stable->printMe();
}
if (isset($t_prerelease)) {
print(" \n\nPrerelease: \n\n\n \n\n");
$t_prerelease->printMe();
}
if (isset($t_older)) {
print(" \n\nPrevious releases: \n\n\n \n\n");
$t_older->printMe();
}
?>
|