[Yt-svn] yt-commit r1189 - trunk/yt/lagos/hop

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Feb 25 09:33:07 PST 2009


Author: mturk
Date: Wed Feb 25 09:33:06 2009
New Revision: 1189
URL: http://yt.spacepope.org/changeset/1189

Log:
Put the barrier in the wrong place



Modified:
   trunk/yt/lagos/hop/SS_HopOutput.py

Modified: trunk/yt/lagos/hop/SS_HopOutput.py
==============================================================================
--- trunk/yt/lagos/hop/SS_HopOutput.py	(original)
+++ trunk/yt/lagos/hop/SS_HopOutput.py	Wed Feb 25 09:33:06 2009
@@ -245,7 +245,6 @@
     def get_size(self):
         return self.indices.size
 
-    @parallel_blocking_call
     def write_particle_list(self, handle):
         self._processing = True
         gn = "Halo%08i" % (self.id)
@@ -359,6 +358,7 @@
         f = self._write_on_root(filename)
         HopList.write_out(self, f)
 
+    @parallel_blocking_call
     def write_particle_lists(self, prefix):
         fn = "%s.h5" % self._get_filename(prefix)
         f = tables.openFile(fn, "w")



More information about the yt-svn mailing list