|
Class Summary |
| Aleph |
Provides basic utility methods. |
| AsynchMessage |
The base class for asynchronous aleph messages. |
| Barrier |
Barrier objects |
| Config |
System and user-specific customization. |
| Event |
This class supports light-weight synchronization among PEs. |
| GlobalObject |
Objects shared among PEs. |
| Host |
A Host is a machine running the Aleph Server. |
| Join |
Join objects.
A Join object is an optional argument to
RemoteThread or RemoteFunction calls. |
| Message |
The base class for aleph messages. |
| PE |
A PE object names a Processing Element. |
| PE.HaltMessage |
Ask PE to shut down |
| PE.TellChild |
Tell new PE about group. |
| PEGroup |
A PE group is a collection of PEs that know each others' names. |
| PEGroup.AskParent |
Newly-created PE asks parent for group info. |
| RemoteFunction |
The base class for remote functions. |
| RemoteThread |
The base class for remote threads. |
| Transaction |
Names transactions. |
| UniqueID |
|