We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f2ab6 commit 67f7161Copy full SHA for 67f7161
software/ompi/nav.inc
@@ -3,10 +3,10 @@ include_once("$topdir/includes/nav.inc");
3
4
$this_dir = "software";
5
$this_nav[] = new Nav("Current");
6
-$this_nav[] = new Nav("Version 3.1 ", "$topdir/software/ompi/v3.1/");
7
-$this_nav[] = new Nav("Upcoming");
8
$this_nav[] = new Nav("Version 4.0 ", "$topdir/software/ompi/v4.0/");
+# $this_nav[] = new Nav("Upcoming");
9
$this_nav[] = new Nav("Still supported");
+$this_nav[] = new Nav("Version 3.1 ", "$topdir/software/ompi/v3.1/");
10
$this_nav[] = new Nav("Version 3.0 ", "$topdir/software/ompi/v3.0/");
11
$this_nav[] = new Nav("Version 2.1 ", "$topdir/software/ompi/v2.1/");
12
$this_nav[] = new Nav("Older versions");
0 commit comments