Back to Search Start Over

The Design and Implementation of a Domain-Specific Language for Network Performance Testing.

Authors :
Pakin, Scott
Source :
IEEE Transactions on Parallel & Distributed Systems; Oct2007, Vol. 18 Issue 10, p1436-1449, 14p, 1 Black and White Photograph, 7 Diagrams, 1 Chart, 1 Graph
Publication Year :
2007

Abstract

CONCEPTUAL is a toolset designed specifically to help measure the performance of high-speed interconnection networks such as those used in workstation clusters and parallel computers. It centers around a high-level domain-specific language, which makes it easy for a programmer to express, measure, and report the performance of complex communication patterns. The primary challenge in implementing a compiler for such a language is that the generated code must be extremely efficient so as not to misattribute overhead costs to the messaging library. At the same time, the language itself must not sacrifice expressiveness for compiler efficiency, or there would be little point in using a high-level language for performance testing. This paper describes the CONCEPTUAL language and the CONCEPTUAL compiler's novel code-generation framework. The language provides primitives for a wide variety of idioms needed for performance testing and emphasizes a readable syntax. The core code-generation technique, based on unrolling CONCEPTUAL programs into sequences of communication events, is simple yet enables the efficient implementation of a variety of high-level constructs. The paper further explains how CONCEPTUAL implements time-bounded loops—even those that comprise blocking communication—in the absence of a time-out mechanism as this is a somewhat unique language/implementation feature. [ABSTRACT FROM AUTHOR]

Details

Language :
English
ISSN :
10459219
Volume :
18
Issue :
10
Database :
Complementary Index
Journal :
IEEE Transactions on Parallel & Distributed Systems
Publication Type :
Academic Journal
Accession number :
26953973
Full Text :
https://doi.org/10.1109/TPDS.2007.1065