<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-280

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

E. Papaefstathiou, Darren J. Kerbyson, Graham R. Nudd and T.J. Atherton, An Introduction to the CHIP3S Language for Characterising Parallel Systems in Performance Studies (January 1, 1995).

Abstract

A characterisation toolset, Characterisation Instrumentation for Performance Prediction of Parallel Systems (CHIP3S), for predicting the performance of parallel systems is presented in this report. In this toolset expert knowledge about the performance evaluation techniques is not required as a prerequisite for the user. Instead a declarative approach to the performance study is taken by describing the application in a way that is both intuitive to the user, but can also be used to obtain performance results. The underlying performance related characterisation models and their evaluation processes are hidden from the user. This document describes the special purpose language, and the evaluation system, that form the core of the CHIP3S toolset. Amongst the aims of the toolset is the support of characterisation model reusability, ease of experimentation, provide different levels of prediction accuracy, and support of different levels of characterisation model abstraction.

Download

cs-rr-280.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>