Commit | Date | |
---|---|---|
[r15607]
by
bugman
Created the special command object Slave_storage_command for transferring data to slaves. This command currently has two special methods: |
2012-03-22 15:31:51 | Tree |
[r15606]
by
bugman
Split the multi.commands module into two - the slave commands and result commands. This rearrangement is only for code clarity. |
2012-03-22 15:06:50 | Tree |
[r15605]
by
bugman
Removed the Mpi_processor.data_upload() method as this will be done at the Processor level. |
2012-03-22 14:56:58 | Tree |
[r15604]
by
bugman
Shifted all of the processor command objects into the multi.commands module. The other multi.api module objects have been shifted into the multi.misc module. |
2012-03-22 11:40:45 | Tree |
[r15603]
by
bugman
The multi-processor package now allows sys.exit() calls within the master processor. This affects all processor fabrics, as the Processor.run() method has been modified. The SystemExit |
2012-03-22 09:57:51 | Tree |
[r15602]
by
bugman
Removed a number of sys.exit() calls from different relax modes. The return call is used rather than sys.exit() to exit the main run() method. These were not needed |
2012-03-22 09:37:49 | Tree |
[r15601]
by
bugman
Shifted the mpi4py processor module functions broadcast_command() and ditch_all_results() into the class. These have been turned into private methods. |
2012-03-22 09:34:35 | Tree |
[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 |