if (file_exists("$topdir/sitewide_notice.inc")) {
include("$topdir/sitewide_notice.inc");
}
?>
hwloc is distributed under the BSD license.
$dir = "svn.open-mpi.org/svn/hwloc/branches/$ver_v1_5_dir/NEWS";
print(""); ?>This
file contains a list of changes between the releases in the hwloc
releases in the print($ver_v1_5_dir); ?> series
$found = 0;
if (isset($t_stable)) {
print("Current stable release: \n\n\n \n\n");
$t_stable->printMe();
$found = 1;
print(" \n\n");
}
if (isset($t_prerelease)) {
print("Prerelease: \n\n\n \n\n");
$t_prerelease->printMe();
$found = 1;
print(" \n\n");
}
if (0 == $found) {
print("No hwloc releases yet -- come back soon! \n");
}
if (isset($t_older)) {
print("Previous releases: \n\n\n \n\n");
$t_older->printMe();
print(" \n\n");
}
?>
|