Academic Journal

An MPI-based 2D data redistribution library for dense arrays

Bibliographic Details
Title: An MPI-based 2D data redistribution library for dense arrays
Authors: Namugwanya, Evelyn
Source: Masters Theses and Doctoral Dissertations
Publisher Information: UTC Scholar
Publication Year: 2021
Collection: University of Tennessee at Chattanooga: UTC Scholar
Subject Terms: Application program interfaces (Computer software), High performance computing, Matrices -- Data processing
Description: In HPC, data redistributions (reorganizations) are used in parallel applications to improve performance and/or provide data-locality compatibility with sequences of parallel operations. Data reorganization refers to changing the logical and physical arrangement of data (such as dense arrays or matrices distributed over peer processes in a parallel program). This operation can be achieved by applying transformations such as transpositions or rotations or changing how data is mapped across the process grid P by Q, all of which are accomplished either with message passing or distributed shared memory operations. In this project, we restrict ourselves to a distributed memory model and message passing, not a shared-memory model, nor do we use distributed shared memory APIs. Our primary goal is to generate a library capable of diverse data reorganizations. We aim to develop a high-level Application Programming Interface (API) that directly works with the Message Passing Interface (MPI) to accomplish data redistributions in data-parallel applications and libraries, such as the polymath library, a library of many algorithms all of which implement parallel dense matrix multiplication algorithms with flexible data layouts. Using the reorganization mode of process grid shapes with constant total processes, we plan to observe the performance trends of the polymath dense parallel matrix-multiplication library (which is related research) based on different grid shapes, problem sizes, numbers of processes and decide whether it is more efficient to redistribute data or not to achieve the highest performance. We will test other redistributions for some of the process shapes used with the polymath library to identify how redistribution impacts performance. These tests will provide us with the information to determine if redistribution is worthwhile for non-optimal process layout (as established with the polymath system). Besides changing the shape of the data in terms of its layout on a logical process topology, we also plan to ...
Document Type: text
File Description: application/pdf
Language: English
Relation: https://scholar.utc.edu/theses/726; https://scholar.utc.edu/context/theses/article/1898/viewcontent/Evelyn_Namugwanya_MS_Thesis_2021__19_.pdf
Availability: https://scholar.utc.edu/theses/726
https://scholar.utc.edu/context/theses/article/1898/viewcontent/Evelyn_Namugwanya_MS_Thesis_2021__19_.pdf
Rights: http://rightsstatements.org/vocab/InC/1.0/
Accession Number: edsbas.B898B8E7
Database: BASE
Description
Description not available.