class Class |
Singelton for querying the Pvm.
| Hosts (HostSet &Result) const a set of all hosts in the PVM is returned in the reference parameter Result. | |
| I () const returns a Task-instance representing the current task. | |
| NumOfArchs () const returns the Number of different architectures, that are present on the pvm. | |
| Tasks (TaskSet &Result) const a set of all tasks currently running on the PVM is returned in the reference parameter Result. | |
| Update () const this function handles all pending messages, for which receive actions other than normal receive are defined. |
Singelton for querying the Pvm.This singelton class represents the global state of the Parallel Virtual Machine (PVM). During construction (this happens on first call to any PVM++ function) all necessary internal information is created and the current tasks is introduced to the PVM. Access to the class is given by the global function const PvmClass& Pvm().
Alphabetic index Hierarchy of classes