@InProceedings{feitelson:terminal, author = {Dror G. Feitelson}, title = {Terminal {I/O} for Massively Parallel Systems}, booktitle = {Proceedings of the Scalable High-Performance Computing Conference}, year = {1994}, pages = {263--270}, keywords = {parallel I/O, pario-bib}, comment = {How to deal with stdin/stdout on a parallel processor. Basically, each task is given its own window, where the user can see the output and type input to that task. Then, they have a window for LEDs, ie, little squares, one for each task. The square changes color depending on the situation. The default is to turn green when output is available, red when waiting for input, and white when the window is currently open. Clicking on these opens the appropriate window, so there is some control over which windows you are watching. They also provide a programmer interface to allow the programmer to control the LED color.} }