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."""
_______________________________________________
relax (http://nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits