mailr15611 - /1.3/multi/test_implementation.py


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

Header


Content

Posted by edward on March 23, 2012 - 12:31:
Author: bugman
Date: Fri Mar 23 12:31:39 2012
New Revision: 15611

URL: http://svn.gna.org/viewcvs/relax?rev=15611&view=rev
Log:
Comment fixes.


Modified:
    1.3/multi/test_implementation.py

Modified: 1.3/multi/test_implementation.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/multi/test_implementation.py?rev=15611&r1=15610&r2=15611&view=diff
==============================================================================
--- 1.3/multi/test_implementation.py (original)
+++ 1.3/multi/test_implementation.py Fri Mar 23 12:31:39 2012
@@ -231,11 +231,11 @@
 # Set up the processor.
 processor = load_multiprocessor(FABRIC, Application_callback(master=Main()), 
processor_size=PROCESSOR_NUM, verbosity=1)
 
-# Run in multi-processor mode.
+# Run without profiling.
 if not PROFILE:
     processor.run()
 
-# Run in multi-processor mode with profiling.
+# Run with profiling.
 else:
     # Replace the default profiling print out function.
     profile.Profile.print_stats = print_stats




Related Messages


Powered by MHonArc, Updated Fri Mar 23 12:40:02 2012