The tools


Up: Contents Next: Common arguments Previous: Introduction

The tools that we have implemented fall into three broad classes: programs for manipulating the file system, programs for manipulating the process space, and programs for running arbitrary commands on all processors.

The programs which generate output (such as pls) use the same format as their Unix counterparts except that the name of the processor that generated the output is prepended to each output line. This allows the output to be sorted by processor.


alternate approach is to separate the output by processor name; we did not do this because it makes it harder to use the output as input to other programs.



Up: Contents Next: Common arguments Previous: Introduction