[Swift-commit] r6432 - trunk/docs/siteguide

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri Apr 12 10:28:44 CDT 2013


Author: ketan
Date: 2013-04-12 10:28:44 -0500 (Fri, 12 Apr 2013)
New Revision: 6432

Modified:
   trunk/docs/siteguide/intrepid
Log:
updates to Intrepid sites guide

Modified: trunk/docs/siteguide/intrepid
===================================================================
--- trunk/docs/siteguide/intrepid	2013-04-12 15:26:59 UTC (rev 6431)
+++ trunk/docs/siteguide/intrepid	2013-04-12 15:28:44 UTC (rev 6432)
@@ -68,6 +68,13 @@
 
 What You Need To Know Before Running Swift
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Note that on Intrepid, the compute nodes can not create or write to a /home filesystem. Consequently, in order for Swift to interface correctly from login node to the compute nodes, Swift must write all internal and intermediate files to /intrepid-fs0, which is writable by the compute nodes. In order to accomplish this, export the environment variable SWIFT_USERHOME as follows:
+
+----
+export SWIFT_USERHOME=/intrepid-fs0/users/`whoami`/scratch
+----
+
 Before you can create a Swift configuration file, there are some things
 you will need to know.
 




More information about the Swift-commit mailing list