mailr10160 - /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 January 11, 2010 - 10:45:
Author: bugman
Date: Mon Jan 11 10:45:50 2010
New Revision: 10160

URL: http://svn.gna.org/viewcvs/relax?rev=10160&view=rev
Log:
Added the dummy post_run() method to prevent the overall time printout in 
uni-processor mode.


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=10160&r1=10159&r2=10160&view=diff
==============================================================================
--- branches/multi_processor_merge/multi/uni_processor.py (original)
+++ branches/multi_processor_merge/multi/uni_processor.py Mon Jan 11 10:45:50 
2010
@@ -84,6 +84,10 @@
 #        return True
 
 
+    def post_run(self):
+        """Dummy function for preventing the printing of the run time."""
+
+
     def processor_size(self):
         """Return 1 as this is the uni-processor.
 




Related Messages


Powered by MHonArc, Updated Mon Jan 11 11:00:02 2010