Menu

SVN archive Commit Log


Commit Date  
[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
[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
tag 10 which will be reserved for sending data into the data store. Somehow this needs to be caught
and stored by the slaves.

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
[r15588] by bugman

Created the stub functions data_fetch() and data_upload() for the multi-processor API.

For details, see the message at https://mail.gna.org/public/relax-devel/2012-03/msg00011.html
(Message-id: <CAED9pY9Hb=0iywMNVBGjS=YcZgNFe+5X-nKhubKhWAWiN4Psgg@...>).

2012-03-21 10:08:07 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.