mailr7713 - /branches/multi_processor_merge/relax


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

Header


Content

Posted by edward on October 15, 2008 - 21:54:
Author: bugman
Date: Wed Oct 15 21:54:17 2008
New Revision: 7713

URL: http://svn.gna.org/viewcvs/relax?rev=7713&view=rev
Log:
Manually merged r3236 from the multi_processor branch.

The command used was:
svn merge -r3235:3236 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/multi_processor .

This contains a bit more than the log message indicates, hence why this was 
ported!

.....
  r3236 | varioustoxins | 2007-03-19 11:58:24 +0100 (Mon, 19 Mar 2007) | 3 
lines
  Changed paths:
     M /branches/multi_processor/relax

  marked more threading code for reletion
.....


Modified:
    branches/multi_processor_merge/relax

Modified: branches/multi_processor_merge/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/relax?rev=7713&r1=7712&r2=7713&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Wed Oct 15 21:54:17 2008
@@ -129,6 +129,7 @@
             # Run the interpreter.
             self.interpreter = interpreter.Interpreter(self, intro_string)
             self.interpreter.run(self.script_file)
+            print 'exit'
 
         # Execute the relax test suite
         elif mode == 'test suite':
@@ -486,8 +487,8 @@
     module_path = '.'.join(('multi',processor_name))
 
 
-    modules = import_module(module_path,verbose=True)
-    print modules
+    modules = import_module(module_path)
+    #print modules
     if hasattr(modules[-1],class_name):
         clazz =  getattr(modules[-1], class_name)
     else:




Related Messages


Powered by MHonArc, Updated Wed Oct 15 22:00:02 2008