mailr10195 - /branches/multi_processor_merge/multi/multi_processor_base.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 13, 2010 - 11:47:
Author: bugman
Date: Wed Jan 13 11:47:35 2010
New Revision: 10195

URL: http://svn.gna.org/viewcvs/relax?rev=10195&view=rev
Log:
Added more comments to run_command_queue().


Modified:
    branches/multi_processor_merge/multi/multi_processor_base.py

Modified: branches/multi_processor_merge/multi/multi_processor_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/multi_processor_base.py?rev=10195&r1=10194&r2=10195&view=diff
==============================================================================
--- branches/multi_processor_merge/multi/multi_processor_base.py (original)
+++ branches/multi_processor_merge/multi/multi_processor_base.py Wed Jan 13 
11:47:35 2010
@@ -317,8 +317,10 @@
                         idle_set.add(result.rank)
                         running_set.remove(result.rank)
 
+                    # Add to the result queue for instant or threaded 
processing.
                     result_queue.put(result)
 
+            # Process the threaded results.
             if self.threaded_result_processing:
                 result_queue.run_all()
 




Related Messages


Powered by MHonArc, Updated Wed Jan 13 14:20:02 2010