mailr7840 - /branches/multi_processor_merge/multi/processor.py


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

Header


Content

Posted by edward on October 19, 2008 - 20:16:
Author: bugman
Date: Sun Oct 19 20:16:17 2008
New Revision: 7840

URL: http://svn.gna.org/viewcvs/relax?rev=7840&view=rev
Log:
Fixed the checks for the supported processor fabric types.


Modified:
    branches/multi_processor_merge/multi/processor.py

Modified: branches/multi_processor_merge/multi/processor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/processor.py?rev=7840&r1=7839&r2=7840&view=diff
==============================================================================
--- branches/multi_processor_merge/multi/processor.py (original)
+++ branches/multi_processor_merge/multi/processor.py Sun Oct 19 20:16:17 2008
@@ -170,7 +170,7 @@
     '''
 
     # Check that the processor type is supported.
-    if processor_name not in ['uni', 'multi']:
+    if processor_name not in ['uni', 'mpi4py']:
         raise RelaxError, "The processor type '%s' is not supported." % 
processor_name
 
     # The Processor details.




Related Messages


Powered by MHonArc, Updated Sun Oct 19 20:20:06 2008