A safe vertex

  • Authors:
  • E. W. Felten;S. W. Otto

  • Affiliations:
  • Caltech Concurrent Computation Program, California Institute of Technology, 206-49, Pasadena, CA;Caltech Concurrent Computation Program, California Institute of Technology, 206-49, Pasadena, CA

  • Venue:
  • C3P Proceedings of the third conference on Hypercube concurrent computers and applications: Architecture, software, computer systems, and general issues - Volume 1
  • Year:
  • 1988

Quantified Score

Hi-index 0.00

Visualization

Abstract

The VERTEX message passing system provided with NCUBE hypercubes is unsafe. The system can fail under high message loads. We have implemented a message passing system with the same “look and feel” as VERTEX but which is instead based upon the crystal_router running at clock interrupt time. The system is written mostly in C with a few bits of assembly code to run the DMA devices. This implies that safety checks (are the buffers full?) and complex error handling mechanisms can be easily implemented at the C level. A first version works, is safe, and is faster than VERTEX in the high volume limit, slower in the low volume case. At the very least, this system will be interesting for high message traffic applications, such as disk backup.