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.
2 parents c813bc0 + 67f7161 commit f0da4ceCopy full SHA for f0da4ce
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