Commit | Date | |
---|---|---|
[r15600]
by
bugman
Redesigned how the multi-processor package terminates program execution. The Processor.exit() method has been introduced to perform this action. By default (used by the |
2012-03-22 09:13:53 | Tree |
2012-03-22 08:20:07 | Tree | |
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 |