Commit | Date | |
---|---|---|
[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 | |
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 |