Prism displays the status messages before, during, and after the execution of a program, as listed in Table 3-1.
Table 3-1 Status Messages|
Message |
Meaning |
|---|---|
|
error |
Prism has encountered an internal error. |
|
connected |
Prism has connected to other nodes to work on a message-passing program. |
|
connecting |
Prism is connecting to other nodes in order to work on a message-passing program. |
|
initial |
Prism is starting up without a program loaded. |
|
interrupted |
The program has been interrupted. |
|
loading |
Prism is loading a program. |
|
not started |
The program is loaded but not yet started. |
|
running |
The program is running. |
|
stopped |
The program has stopped at a breakpoint or signal. |
|
terminated |
The program has run to completion and the process has gone away. |