mailr10864 - /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 February 23, 2010 - 18:29:
Author: bugman
Date: Tue Feb 23 18:29:59 2010
New Revision: 10864

URL: http://svn.gna.org/viewcvs/relax?rev=10864&view=rev
Log:
The processor fabric intro string is now placed into the info box.


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=10864&r1=10863&r2=10864&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Tue Feb 23 18:29:59 2010
@@ -374,6 +374,10 @@
     callbacks = Application_callback(master=relax)
     processor = Processor.load_multiprocessor(relax.multiprocessor_type, 
callbacks, processor_size=relax.n_processors)
 
+    # Place the processor fabric intro string into the info box.
+    info = Info_box()
+    info.multi_processor_string = processor.get_intro_string()
+
     # Normal relax operation.
     if not profile_flag:
         # Execute relax in multi-processor mode (this includes the 
uni-processor for normal operation).




Related Messages


Powered by MHonArc, Updated Tue Feb 23 18:40:02 2010