Commit | Date | |
---|---|---|
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 |
2012-03-23 17:49:10 | Tree |
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 |
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 |
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 |
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 |