5 research outputs found

    Tools to Aid in the Analysis of Memory Access Patterns for Fortran Programs

    No full text
    this paper Section 2 examines the motivation for efficient use of memory hierarchy, Section 3 discusses the goals for the tools, Section 4 presents a detailed description of the tools, and Section 5 shows how to instrument a program using MAPI and how it is tied into the BLAS. Sections 6, 7, and 8 discuss the user interface to the animation part of the tools and give an example of its use. Section 9 states the availability of the tools over netlib and Section 10 summarizes our efforts. 2. Motivatio

    The exploitation of parallelism on shared memory multiprocessors

    Get PDF
    PhD ThesisWith the arrival of many general purpose shared memory multiple processor (multiprocessor) computers into the commercial arena during the mid-1980's, a rift has opened between the raw processing power offered by the emerging hardware and the relative inability of its operating software to effectively deliver this power to potential users. This rift stems from the fact that, currently, no computational model with the capability to elegantly express parallel activity is mature enough to be universally accepted, and used as the basis for programming languages to exploit the parallelism that multiprocessors offer. To add to this, there is a lack of software tools to assist programmers in the processes of designing and debugging parallel programs. Although much research has been done in the field of programming languages, no undisputed candidate for the most appropriate language for programming shared memory multiprocessors has yet been found. This thesis examines why this state of affairs has arisen and proposes programming language constructs, together with a programming methodology and environment, to close the ever widening hardware to software gap. The novel programming constructs described in this thesis are intended for use in imperative languages even though they make use of the synchronisation inherent in the dataflow model by using the semantics of single assignment when operating on shared data, so giving rise to the term shared values. As there are several distinct parallel programming paradigms, matching flavours of shared value are developed to permit the concise expression of these paradigms.The Science and Engineering Research Council
    corecore