mailr7745 - /branches/multi_processor_merge/multi/uni_processor.py


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

Header


Content

Posted by edward on October 16, 2008 - 13:30:
Author: bugman
Date: Thu Oct 16 13:30:33 2008
New Revision: 7745

URL: http://svn.gna.org/viewcvs/relax?rev=7745&view=rev
Log:
Bug fix for the Uni_processor initialisation.

The std_stdio_capture() method has no rank arg.


Modified:
    branches/multi_processor_merge/multi/uni_processor.py

Modified: branches/multi_processor_merge/multi/uni_processor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/uni_processor.py?rev=7745&r1=7744&r2=7745&view=diff
==============================================================================
--- branches/multi_processor_merge/multi/uni_processor.py (original)
+++ branches/multi_processor_merge/multi/uni_processor.py Thu Oct 16 13:30:33 
2008
@@ -89,7 +89,7 @@
         self.command_queue=[]
         self.memo_map={}
 
-        
self.slave_stdio_capture=self.std_stdio_capture(rank=1,pre_strings=('',''))
+        self.slave_stdio_capture = 
self.std_stdio_capture(pre_strings=('',''))
 
     def add_to_queue(self,command,memo=None):
         self.command_queue.append(command)




Related Messages


Powered by MHonArc, Updated Thu Oct 16 14:00:03 2008