CAPS: a coding aid for PASM

  • Authors:
  • James E. Lumpp, Jr.;Samuel A. Fineberg;Thomas L. Casavant;Wayne G. Nation;Edward C. Bronson;Howard Jay Siegel;Pierre H. Pero;Dan C. Marinescu;Thomas Schwederski

  • Affiliations:
  • Univ. of Iowa, Iowa City;Univ. of Iowa, Iowa City;Univ. of Iowa, Iowa City;IBM Corp., Endicott, NY;IBM Corp., Endicott, NY;Purdue Univ., West Lafayette, IN;Purdue Univ., West Lafayette, IN;Purdue Univ., West Lafayette, IN;Institute for Microelectronics Stuttgart, Stuttgart, Germany

  • Venue:
  • Communications of the ACM
  • Year:
  • 1991

Quantified Score

Hi-index 48.22

Visualization

Abstract

Programming parallel machines is very difficult. First, generating an algorithm requires the programmer to assimilate the interactions of multiple threads of control. Second, synchronization and communication among the threads must be addressed to avoid contention and deadlock. Then, once the program is executing on the parallel system and does not function correctly or performs poorly, the debugging of multiple threads is a complicated problem [21]. Additionally, debugging software is an activity that requires systematic attention to detail. Success is a function of the experienced individual involved and the tools employed. The ability to efficiently debug software requires the wisdom to know what questions to ask, the ability to analyze the answers received, and the knowledge to formulate the best next question. To aid in this interactive process, the programmer needs information about the run-time behavior of the program.