Beispiel #1
0
to a more recent version of Open MPI, if possible.</strong></p>

<p><dv align=center><hr width=50%></div></p>

<P><?php 
$dir = "https://github.com/open-mpi/ompi-release/blob/v1.0/NEWS";
print "<a href=\"{$dir}\">";
?>
This
file</a> contains a list of changes between the releases in the Open
MPI v1.0.x series.</p>

<p>See the 
<a href="<?php 
print $topdir;
?>
/software/ompi/versions/timeline.php">version
timeline</a> for information on the chronology of Open MPI releases.</p>

<p>The following releases are now available:</p>

<p>
<div align="center">
<?php 
$t->printMe();
?>
</div>
</p>

<?php 
include_once "{$topdir}/includes/footer.inc";
Beispiel #2
0
<P><?php 
print "<a href=\"https://raw.github.com/open-mpi/hwloc/{$ver_v1_11_dir}/NEWS\">";
?>
This
file</a> contains a list of changes between the releases in the hwloc
releases in the <?php 
print $ver_v1_11_dir;
?>
 series</p>

<?php 
$found = 0;
if (isset($t_stable)) {
    print "<p>Current stable release:</p>\n\n<p>\n<div align=center>\n\n";
    $t_stable->printMe();
    $found = 1;
    print "</div>\n\n";
}
if (isset($t_prerelease)) {
    print "<p>Prerelease:</p>\n\n<p>\n<div align=center>\n\n";
    $t_prerelease->printMe();
    $found = 1;
    print "</div>\n\n";
}
if (0 == $found) {
    print "<p><strong>No hwloc releases yet -- come back soon!</strong></p>\n";
}
if (isset($t_older)) {
    print "<p>Previous releases:</p>\n\n<p>\n<div align=center>\n\n";
    $t_older->printMe();
Beispiel #3
0
<P><?php 
$dir = "svn.open-mpi.org/svn/plpa/branches/{$ver_v1_3_dir}/NEWS";
print "<a href=\"http://{$dir}\">";
?>
This
file</a> contains a list of changes between the releases in the PLPA
releases in the v<?php 
print $ver_v1_3;
?>
 series</p>

<?php 
if (isset($t_stable)) {
    print "<p>Current stable release:</p>\n\n<p>\n<div align=center>\n\n";
    $t_stable->printMe();
}
if (isset($t_prerelease)) {
    print "</div>\n\n<p>Prerelease:</p>\n\n<p>\n<div align=center>\n\n";
    $t_prerelease->printMe();
}
if (isset($t_older)) {
    print "</div>\n\n<p>Previous releases:</p>\n\n<p>\n<div align=center>\n\n";
    $t_older->printMe();
}
?>
</div>
</p>

<?php 
include_once "{$topdir}/includes/footer.inc";
Beispiel #4
0
file</a> contains a list of changes between the releases in the Open
MPI releases in the v1.10 series</p>

<p>See the <a href="<?php 
print $topdir;
?>
/software/ompi/versions/timeline.php">version timeline</a> for
information on the chronology of Open MPI releases.</p>

<p>
<div align="center">

<?php 
if (isset($t_stable)) {
    print "</div>\n\n<p>Current stable release:</p>\n\n<p>\n<div align=center>\n\n";
    $t_stable->printMe();
}
if (isset($t_prerelease)) {
    print "</div>\n\n<p>Prerelease:</p>\n\n<p>\n<div align=center>\n\n";
    $t_prerelease->printMe();
}
if (isset($t_older)) {
    print "</div>\n\n<p>Previous releases:</p>\n\n<p>\n<div align=center>\n\n";
    $t_older->printMe();
}
?>
</div>
</p>

<?php 
include_once "{$topdir}/includes/footer.inc";