[Yt-svn] yt-commit r1623 - branches/yt-1.6/doc trunk/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Feb 11 13:39:34 PST 2010


Author: mturk
Date: Thu Feb 11 13:39:32 2010
New Revision: 1623
URL: http://yt.enzotools.org/changeset/1623

Log:
Adding Steele to the install script notice



Modified:
   branches/yt-1.6/doc/install_script.sh
   trunk/doc/install_script.sh

Modified: branches/yt-1.6/doc/install_script.sh
==============================================================================
--- branches/yt-1.6/doc/install_script.sh	(original)
+++ branches/yt-1.6/doc/install_script.sh	Thu Feb 11 13:39:32 2010
@@ -99,6 +99,17 @@
 		echo "variables to get this to work..."
 		MPL_SUPP_LDFLAGS="-L${DEST_DIR}/lib -L${DEST_DIR}/lib64 -L/usr/local/lib64 -L/usr/local/lib"
     fi
+    if [ "${MYHOST##steele}" != "${MYHOST}" ]
+    then
+        echo "Looks like you're on Steele."
+        echo
+        echo "NOTE: YOU MUST BE IN THE GNU PROGRAMMING ENVIRONMENT"
+        echo "These commands should take care of that for you:"
+        echo
+        echo "   $ module purge"
+        echo "   $ module load gcc"
+        echo
+    fi
 }
 
 

Modified: trunk/doc/install_script.sh
==============================================================================
--- trunk/doc/install_script.sh	(original)
+++ trunk/doc/install_script.sh	Thu Feb 11 13:39:32 2010
@@ -99,6 +99,17 @@
 		echo "variables to get this to work..."
 		MPL_SUPP_LDFLAGS="-L${DEST_DIR}/lib -L${DEST_DIR}/lib64 -L/usr/local/lib64 -L/usr/local/lib"
     fi
+    if [ "${MYHOST##steele}" != "${MYHOST}" ]
+    then
+        echo "Looks like you're on Steele."
+        echo
+        echo "NOTE: YOU MUST BE IN THE GNU PROGRAMMING ENVIRONMENT"
+        echo "These commands should take care of that for you:"
+        echo
+        echo "   $ module purge"
+        echo "   $ module load gcc"
+        echo
+    fi
 }
 
 



More information about the yt-svn mailing list