From f217a8615ccb4d4f36d2aa0db9223874d20cfe5c Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Fri, 9 Oct 2015 11:54:12 -0700
Subject: [PATCH] Add link to ib2slurm in topology web page

---
 doc/html/topology.shtml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/html/topology.shtml b/doc/html/topology.shtml
index a04e5e0106b..9cbfbe93498 100644
--- a/doc/html/topology.shtml
+++ b/doc/html/topology.shtml
@@ -156,6 +156,10 @@ within those switches. If optimizing resource selection by node weight is more
 important than optimizing network topology then do NOT use the
 topology/tree plugin.</p>
 
+<p><b>NOTE:</b>The <b>topology.conf</b> file for an Infiniband switch can be
+automatically generated using the <b>ib2slurm</b> tool found here:<br>
+<a href="https://github.com/fintler/ib2slurm">https://github.com/fintler/ib2slurm</a>.</p>
+
 <h2>User Options</h2>
 
 <p>For use with the topology/tree plugin, user can also specify the maximum
@@ -185,6 +189,6 @@ The value will be set component types listed in SLURM_TOPOLOGY_ADDR.
 Each component will be identified as either "switch" or "node".
 A period is used to separate each hardware component type.</p>
 
-<p style="text-align:center;">Last modified 28 September 2015</p>
+<p style="text-align:center;">Last modified 9 October 2015</p>
 
 <!--#include virtual="footer.txt"-->
-- 
GitLab