mailr7875 - /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 20, 2008 - 23:40:
Author: bugman
Date: Mon Oct 20 23:40:01 2008
New Revision: 7875

URL: http://svn.gna.org/viewcvs/relax?rev=7875&view=rev
Log:
The test suite and licence mode of relax are now allowed in multi-processor 
mode.


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=7875&r1=7874&r2=7875&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Mon Oct 20 23:40:01 2008
@@ -305,14 +305,6 @@
         else:
             self.mode = 'prompt'
 
-        # Multi-processor mode (not including the uni-processor).
-        if options.multiprocessor != 'uni':
-            # Exclusive modes.
-            if options.test_suite or options.unit_tests:
-                parser.error("the relax multi processor mode and executing 
the test suite are mutually exclusive")
-            elif options.licence:
-                parser.error("the relax multi processor multi processor and 
licence are mutually exclusive")
-
 
     def get_intro_string(self):
         """Create the program introduction.




Related Messages


Powered by MHonArc, Updated Tue Oct 21 12:00:04 2008