From 6279b7101cff4ceb2f5c66b6c8e4a767dbee553e Mon Sep 17 00:00:00 2001
From: Nathan Yee <nyee32@schedmd.com>
Date: Thu, 3 Jul 2014 10:50:25 -0700
Subject: [PATCH] update docs for installing on a Cray Alps hybrid system

---
 doc/html/cray_alps.shtml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/doc/html/cray_alps.shtml b/doc/html/cray_alps.shtml
index c071b6fbdc8..10ac91ccf24 100644
--- a/doc/html/cray_alps.shtml
+++ b/doc/html/cray_alps.shtml
@@ -238,25 +238,9 @@ default: # rpm -qa
 <ul>
 <li>expat-2.0.xxx</li>
 <li>libexpat-devel-2.0.xxx</li>
-<li>cray-MySQL-devel-enterprise-5.0.64 (this should be on the Cray ISO)</li>
+<li>mysql-devel (this should be on the Cray ISO)</li>
 </ul>
 
-<p>For example, loading MySQL can be done like this:</p>
-<pre>
-smw: # mkdir mnt
-smw: # mount -o loop, ro xe-sles11sp1-trunk.201107070231a03.iso mnt
-smw: # find mnt -name cray-MySQL-devel-enterprise\*
-mnt/craydist/xt-packages/cray-MySQL-devel-enterprise-5.0.64.1.0000.2899.19.2.x86_64.rpm
-smw: # scp mnt/craydist/xt-packages/cray-MySQL-devel-enterprise-5.0.64.1.0000.2899.19.2.x86_64
-</pre>
-
-<p>Then switch to boot node and run:</p>
-<pre>
-boot: # xtopview
-default: # rpm -ivh /software/cray-MySQL-devel-enterprise-5.0.64.1.0000.2899.19.2.x86_64.rpm
-default: # exit
-</pre>
-
 <p>All Cray-specific PrgEnv and compiler modules should be removed and root
 privileges will be required to install these files.</p>
 
-- 
GitLab