%@ 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" %>
M.J. Zemerly, E. Papaefstathiou, T.J. Atherton, Darren J. Kerbyson and Graham R. Nudd, Smart Integration: A Test Case Study (December 1, 1993).
This study is concerned with characterisation of a parallel algorithm, namely partial 1D FFT on a parallel system (2 x T800). Analytical expressions for the "execution time" for a single processor and 2 processors are discussed and used to obtain a performance measure (execution time) for the application at hand.
<%@ include file="hardcopy.html" %> <%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>