Menu

SVN archive Commit Log


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
and it allows the 'version', 'info', and 'gui' modes to play better with the multi-processor package
when using mpi4py.

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
uni-processor fabric), the method does nothing. The mpi4py_processor.py module functions exit() and
exit_mpi() have been merged into the Mpi4py_processor.exit() method.

2012-03-22 09:13:53 Tree
[r15599] by bugman

Spelling fix for a number of the processor method names.

2012-03-22 08:20:07 Tree
[r15598] by bugman

Fully documented the Processor.run() method via comments.

2012-03-22 08:18:39 Tree
[r15597] by bugman

Eliminated the unused Set_processor_property_command class.

2012-03-22 07:57:55 Tree
[r15596] by bugman

Eliminated the unused Get_name_command class.

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
data_upload() and data_fetch() API methods. This run() method now works for the uni-processor, as
the Uni_processor.on_master() method which always returns True has been reactived, so the
Uni_processor.run() method has been deleted.

2012-03-21 13:44:43 Tree
[r15593] by bugman

Eliminated the completely unused create_slaves() Processor method.

2012-03-21 11:49:50 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.