Menu

SVN archive Commit Log


Commit Date  
[r15626] by bugman

Added some epydoc @attention fields to the multi-processor API.

2012-03-23 17:52:46 Tree
[r15625] by bugman

Created the fetch_data_store() multi-processor API function.

This simply returns the data store of the same processor as the calling code. The 2nd test
implementation now uses this code path.

2012-03-23 17:49:10 Tree
[r15624] by bugman

Alphabetical ordering of methods.

2012-03-23 17:41:04 Tree
[r15623] by bugman

The 2nd test implementation's slave command now uses the fetch_data() API function.

This is to obtain the invariant data pre-sent by the master to the slaves.

2012-03-23 16:57:31 Tree
[r15622] by bugman

Renamed the multi-processor API data_fetch() function to fetch_data(), and implemented it.

2012-03-23 16:54:42 Tree
[r15621] by bugman

Renamed data_upload() to send_data_to_slaves() and made it more specific.

The rank argument has been dropped, and now the API function and Processor methods are used solely
for transferring data from the master to all slave processors.

2012-03-23 16:43:53 Tree
[r15620] by bugman

The multi-processor data_fetch() API function is now used to obtain the total_length variable.

2012-03-23 16:31:14 Tree
[r15619] by bugman

Fix for the Processor.data_upload() method.

The self.run_command_queue() method is no longer being used. Instead the add_to_queue() method is
being used to queue up the slave commands, and the run_queue() method is being called at the end to
flush the queue.

2012-03-23 16:18:39 Tree
[r15618] by bugman

Fixes and clean up of the slave to master transfer mechanism for result commands.

The master_queue_command() and master_receive_result() methods are now defined at the Processor
level (but call raise_unimplemented()). Full epydoc docstrings and comments have been added
everywhere. The 2 methods have now been defined for uni-processor fabric, and simply hold the
command in a temporary variable.

2012-03-23 15:40:03 Tree
[r15617] by bugman

Shifted the self.threaded_result_processing flag into the base Processor class where it belongs.

2012-03-23 15:16:57 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.