Prism 6.0 Reference Manual

pstatus

In MP Prism, displays the execution status of processes.

SYNTAX

pstatus [set_name | set_definition]

DESCRIPTION

The pstatus command is available only in MP Prism.

Use the pstatus command to display the execution status of the processes in pset set_name or which fit the pset definition set_definition. See the define pset command for a discussion of how to define a pset. If you issue pstatus with no arguments, it displays the execution status of the processes in the current pset. In its output, pstatus aggregates processes that have the same status.

EXAMPLE

(prism foo) pstatus 
process 0: interrupted in procedure "make_move" at "chess.c":1261
process 1: running
processes 2,3: interrupted in procedure "bishop_moves" at
"chess.c":478
processes 4,5: interrupted in procedure "knight_moves" at
"chess.c":383
processes 6,7: interrupted in procedure "generate_moves" at
"chess.c":883