Commit | Date | |
---|---|---|
2012-03-22 08:18:39 | Tree | |
2012-03-22 07:57:55 | Tree | |
2012-03-22 07:57:29 | Tree | |
[r15595]
by
bugman
Clean up of the Exit_command. This no longer has an __init__() method, and has proper descriptions via docstrings and comments. |
2012-03-22 07:56:57 | Tree |
[r15594]
by
bugman
Shifted the Multi_processor.run() method up a level to Processor.run(). This completes one of the TODOs, and will be needed to avoid code duplication for handling the new |
2012-03-21 13:44:43 | Tree |
2012-03-21 11:49:50 | Tree | |
[r15592]
by
bugman
The processor instances now have a data storage container. This will be used by the data_upload() and data_fetch() API methods. |
2012-03-21 11:39:20 | Tree |
[r15591]
by
bugman
Implemented the mpi4py processor fabric data_upload() method. This currently sends the data out into the ether using an MPI.COMM_WORLD.send() call with the |
2012-03-21 11:35:50 | Tree |
[r15590]
by
bugman
Updated the second multi-processor test implementation to use the new data_upload() API function. |
2012-03-21 11:33:49 | Tree |
[r15589]
by
bugman
The multi.data_upload() API fn now forwards the call to the Processor classes. This still needs an implementation for each processor fabric. |
2012-03-21 10:52:11 | Tree |