Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ function pr($name, $url, $comma) {
<td valign=top>

<?php
news("Open MPI v5.0.8 released",
"Bug fix release",
"");
news("Open MPI v5.0.7 released",
news("Open MPI v5.0.9 released",
"Bug fix release",
"");
news("hwloc 2.12.2",
"Stable release",
"https://sympa.inria.fr/sympa/arc/hwloc-announce/2025-08/msg00001.html");
news("Open MPI v4.1.7 released",
"Bug fix release.<br><br>
<b>NOTE</b>: Open MPI 4.1.7 incorrectly changed the shared library
Expand All @@ -101,13 +101,7 @@ function pr($name, $url, $comma) {
history to allow updates from Open MPI 4.1.6 and prior. Customers
who updated to 4.1.7 and relinked their OpenSHMEM applications will
have to relink their application again.",
"https://www.mail-archive.com/[email protected]/msg00171.html");
news("Open MPI v5.0.6 released",
"Bug fix release",
"");
news("hwloc 2.12.2",
"Stable release",
"https://sympa.inria.fr/sympa/arc/hwloc-announce/2025-08/msg00001.html");
?>
</td>
</tr>
Expand Down
Loading