Hey Sasha, I think the text was just old. There are more algorithms than just minhop, updn, and file nowadays.
Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory
>From 6014c58bc3e63df98135bbb987e89e9b3ae4f706 Mon Sep 17 00:00:00 2001 From: Albert Chu <[EMAIL PROTECTED]> Date: Fri, 12 Sep 2008 09:55:30 -0700 Subject: [PATCH] fix minhop algorithm description Signed-off-by: Albert Chu <[EMAIL PROTECTED]> --- opensm/doc/current-routing.txt | 4 ++-- opensm/man/opensm.8.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opensm/doc/current-routing.txt b/opensm/doc/current-routing.txt index 1f4bac6..2bb6c2f 100644 --- a/opensm/doc/current-routing.txt +++ b/opensm/doc/current-routing.txt @@ -86,8 +86,8 @@ switches will be skipped. Multicast is not affected by 'file' routing engine Min Hop Algorithm ----------------- -The Min Hop algorithm is invoked when neither UPDN or the file method are -specified. +The Min Hop algorithm is invoked by default if no routing algorithm is +specified. It can also be invoked by specifying '-R minhop'. The Min Hop algorithm is divided into two stages: computation of min-hop tables on every switch and LFT output port assignment. Link diff --git a/opensm/man/opensm.8.in b/opensm/man/opensm.8.in index fb9a8c2..0638106 100644 --- a/opensm/man/opensm.8.in +++ b/opensm/man/opensm.8.in @@ -625,8 +625,8 @@ switches will be skipped. Multicast is not affected by 'file' routing engine Min Hop Algorithm -The Min Hop algorithm is invoked when neither UPDN or the file method are -specified. +The Min Hop algorithm is invoked by default if no routing algorithm is +specified. It can also be invoked by specifying '-R minhop'. The Min Hop algorithm is divided into two stages: computation of min-hop tables on every switch and LFT output port assignment. Link -- 1.5.4.5
_______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
