The multi-processor base class.
|
|
|
add_to_queue(self,
command,
memo=None)
Add a command for remote execution to the queue - an abstract method. |
source code
|
|
|
|
|
|
|
|
|
post_run(self)
Method called after the application main loop has finished - designed
for overriding. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from processor.Processor :
abort ,
assert_on_master ,
exit ,
fetch_data ,
get_intro_string ,
get_name ,
get_stdio_pre_strings ,
get_time_delta ,
is_queued ,
master_queue_command ,
master_receive_result ,
processor_size ,
rank ,
rank_format_string ,
rank_format_string_width ,
run ,
run_command_globally ,
run_command_queue ,
run_queue ,
send_data_to_slaves ,
stdio_capture ,
stdio_restore
|