[Yt-svn] yt-commit r682 - trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Jul 18 10:59:30 PDT 2008


Author: mturk
Date: Fri Jul 18 10:59:27 2008
New Revision: 682
URL: http://yt.spacepope.org/changeset/682

Log:
Neither WorkDir nor User are ever used, as near as I can tell, so I'm removing
them.  (Knoboo doesn't like USER.)



Modified:
   trunk/yt/config.py

Modified: trunk/yt/config.py
==============================================================================
--- trunk/yt/config.py	(original)
+++ trunk/yt/config.py	Fri Jul 18 10:59:27 2008
@@ -30,7 +30,6 @@
 ytcfgDefaults = {
     "fido":{
         'RunDir': os.path.join(os.getenv("HOME"),'.yt/EnzoRuns/'),
-        'WorkDir': os.path.join('/usr/work/', os.getenv("USER")),
         'WaitBetween':'5',
         'OtherFiles':'rates.out,cool_rates.out',
         'NewOutputCreated':'newOutput',
@@ -62,9 +61,9 @@
         'suppressStreamLogging': 'False',
         'LogLevel': '20',
         'unifiedlogfile': '1',
-        'User':os.getenv("USER"),
         'timefunctions':'False',
         'inGui':'False',
+        'parallel':'False',
          },
     "raven":{
         'ImagePath':".",



More information about the yt-svn mailing list