mailr15608 - /1.3/multi/test_implementation2.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 - 11:18:
Author: bugman
Date: Fri Mar 23 11:18:11 2012
New Revision: 15608

URL: http://svn.gna.org/viewcvs/relax?rev=15608&view=rev
Log:
Removed the Test_slave_command_presend class as the multi-processor API is 
now simpler.

The single line data_update() API function call is now used instead.


Modified:
    1.3/multi/test_implementation2.py

Modified: 1.3/multi/test_implementation2.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/multi/test_implementation2.py?rev=15608&r1=15607&r2=15608&view=diff
==============================================================================
--- 1.3/multi/test_implementation2.py (original)
+++ 1.3/multi/test_implementation2.py Fri Mar 23 11:18:11 2012
@@ -230,31 +230,6 @@
 
 
 
-class Test_slave_command_presend(Slave_command):
-    """The slave command used to pre-send data to the slave processors."""
-
-    def __init__(self, vect=None):
-        """Set up the slave command object for the slave processor.
-
-        @keyword vect:  The invariant vector used in all the slave 
calculations.
-        @type vect:     int
-        """
-
-        # Store the argument.
-        self.vect = vect
-
-
-    def run(self, processor, completed=False):
-        """Do nothing.
-
-        @param processor:   The slave processor object.
-        @type processor:    Processor instance
-        @keyword completed: A flag specifying if the slave calculation is 
completed.  This is currently meaningless, but will be passed to this run() 
method anyway so it needs to be present.
-        @type completed:    bool
-        """
-
-
-
 class Test_slave_command(Slave_command):
     """The slave command for use by the slave processor."""
 




Related Messages


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