Representation of a single slave.
Each slave uses a single thread of execution (i.e. a single CPU core) to run tasks sequentially. Slave is an abstract class; instead of using this class directly, use a subclass such as LocalSlave or SGEQsubSlaveArray.
Inheritance diagram for IMP.parallel.Slave:Public Member Functions | |
| def | get_contact_timed_out |
| def | ready_for_task |
| def | ready_to_start |
| def | running_task |
| def | update_contact_time |
Public Member Functions inherited from IMP.parallel._Communicator | |
| def | get_data_pending |
Public Attributes | |
| last_contact_time | |