Experience with Mixed MPI

Experience with Mixed MPI
Title Experience with Mixed MPI PDF eBook
Author
Publisher
Pages
Release 1999
Genre
ISBN

Download Experience with Mixed MPI Book in PDF, Epub and Kindle

A shared memory cluster is a parallel computer that consists of multiple nodes connected through an interconnection network. Each node is a symmetric multiprocessor (SMP) unit in which multiple CPUs share uniform access to a pool of main memory. The SGI Origin 2000, Compaq (formerly DEC) AlphaServer Cluster, and recent IBM RS6000/SP systems are all variants of this architecture. The SGI Origin 2000 has hardware that allows tasks running on any processor to access any main memory location in the system, so all the memory in the nodes forms a single shared address space. This is called a nonuniform memory access (NUMA) architecture because it gives programs a single shared address space, but the access time to different memory locations varies. In the IBM and Compaq systems, each node's memory forms a separate address space, and tasks communicate between nodes by passing messages or using other explicit mechanisms. Many large parallel codes use standard MPI calls to exchange data between tasks in a parallel job, and this is a natural programming model for distributed memory architectures. On a shared memory architecture, message passing is unnecessary if the code is written to use multithreading: threads run in parallel on different processors, and they exchange data simply by reading and writing shared memory locations. Shared memory clusters combine architectural elements of both distributed memory and shared memory systems, and they support both message passing and multithreaded programming models. Application developers are now trying to determine which programming model is best for these machines. This paper presents initial results of a study aimed at answering that question. We interviewed developers representing nine scientific code groups at Lawrence Livermore National Laboratory (LLNL). All of these groups are attempting to optimize their codes to run on shared memory clusters, specifically the IBM and DEC platforms at LLNL. This paper will focus on ease-of-use issues. We plan in a future paper to analyze the performance of various programming models. Section 2 describes the common programming models available on shared memory clusters. In Section 3 we briefly describe the architectures of the IBM and DEC machines at LLNL. Section 4 describes the codes we surveyed and the parallel programming models they use. We conclude in Section 5 with a summary of the lessons we have learned so far about multilevel parallelism.

Parallel Scientific Computing in C++ and MPI

Parallel Scientific Computing in C++ and MPI
Title Parallel Scientific Computing in C++ and MPI PDF eBook
Author George Em Karniadakis
Publisher Cambridge University Press
Pages 640
Release 2003-06-16
Genre Computers
ISBN 110749477X

Download Parallel Scientific Computing in C++ and MPI Book in PDF, Epub and Kindle

Numerical algorithms, modern programming techniques, and parallel computing are often taught serially across different courses and different textbooks. The need to integrate concepts and tools usually comes only in employment or in research - after the courses are concluded - forcing the student to synthesise what is perceived to be three independent subfields into one. This book provides a seamless approach to stimulate the student simultaneously through the eyes of multiple disciplines, leading to enhanced understanding of scientific computing as a whole. The book includes both basic as well as advanced topics and places equal emphasis on the discretization of partial differential equations and on solvers. Some of the advanced topics include wavelets, high-order methods, non-symmetric systems, and parallelization of sparse systems. The material covered is suited to students from engineering, computer science, physics and mathematics.

Using MPI, third edition

Using MPI, third edition
Title Using MPI, third edition PDF eBook
Author William Gropp
Publisher MIT Press
Pages 337
Release 2014-11-07
Genre Computers
ISBN 0262326612

Download Using MPI, third edition Book in PDF, Epub and Kindle

The thoroughly updated edition of a guide to parallel programming with MPI, reflecting the latest specifications, with many detailed examples. This book offers a thoroughly updated guide to the MPI (Message-Passing Interface) standard library for writing programs for parallel computers. Since the publication of the previous edition of Using MPI, parallel computing has become mainstream. Today, applications run on computers with millions of processors; multiple processors sharing memory and multicore processors with multiple hardware threads per core are common. The MPI-3 Forum recently brought the MPI standard up to date with respect to developments in hardware capabilities, core language evolution, the needs of applications, and experience gained over the years by vendors, implementers, and users. This third edition of Using MPI reflects these changes in both text and example code. The book takes an informal, tutorial approach, introducing each concept through easy-to-understand examples, including actual code in C and Fortran. Topics include using MPI in simple programs, virtual topologies, MPI datatypes, parallel libraries, and a comparison of MPI with sockets. For the third edition, example code has been brought up to date; applications have been updated; and references reflect the recent attention MPI has received in the literature. A companion volume, Using Advanced MPI, covers more advanced topics, including hybrid programming and coping with large data.

Using Advanced MPI

Using Advanced MPI
Title Using Advanced MPI PDF eBook
Author William Gropp
Publisher MIT Press
Pages 391
Release 2014-11-07
Genre Computers
ISBN 0262527634

Download Using Advanced MPI Book in PDF, Epub and Kindle

A guide to advanced features of MPI, reflecting the latest version of the MPI standard, that takes an example-driven, tutorial approach. This book offers a practical guide to the advanced features of the MPI (Message-Passing Interface) standard library for writing programs for parallel computers. It covers new features added in MPI-3, the latest version of the MPI standard, and updates from MPI-2. Like its companion volume, Using MPI, the book takes an informal, example-driven, tutorial approach. The material in each chapter is organized according to the complexity of the programs used as examples, starting with the simplest example and moving to more complex ones. Using Advanced MPI covers major changes in MPI-3, including changes to remote memory access and one-sided communication that simplify semantics and enable better performance on modern hardware; new features such as nonblocking and neighborhood collectives for greater scalability on large systems; and minor updates to parallel I/O and dynamic processes. It also covers support for hybrid shared-memory/message-passing programming; MPI_Message, which aids in certain types of multithreaded programming; features that handle very large data; an interface that allows the programmer and the developer to access performance data; and a new binding of MPI to Fortran.

Early Experiences Co-Scheduling Work and Communication Tasks for Hybrid MPI+X Applications

Early Experiences Co-Scheduling Work and Communication Tasks for Hybrid MPI+X Applications
Title Early Experiences Co-Scheduling Work and Communication Tasks for Hybrid MPI+X Applications PDF eBook
Author
Publisher
Pages 17
Release 2014
Genre
ISBN

Download Early Experiences Co-Scheduling Work and Communication Tasks for Hybrid MPI+X Applications Book in PDF, Epub and Kindle

Using MPI

Using MPI
Title Using MPI PDF eBook
Author William Gropp
Publisher MIT Press
Pages 410
Release 1999
Genre Computers
ISBN 9780262571326

Download Using MPI Book in PDF, Epub and Kindle

The authors introduce the core function of the Message Printing Interface (MPI). This edition adds material on the C++ and Fortran 90 binding for MPI.

POWER8 High-performance Computing Guide IBM Power System S822LC (8335-GTB) Edition

POWER8 High-performance Computing Guide IBM Power System S822LC (8335-GTB) Edition
Title POWER8 High-performance Computing Guide IBM Power System S822LC (8335-GTB) Edition PDF eBook
Author Dino Quintero
Publisher IBM Redbooks
Pages 400
Release 2017-08-04
Genre Computers
ISBN 0738442550

Download POWER8 High-performance Computing Guide IBM Power System S822LC (8335-GTB) Edition Book in PDF, Epub and Kindle

This IBM® Redbooks® publication documents and addresses topics to provide step-by-step customizable application and programming solutions to tune application and workloads to use IBM Power SystemsTM hardware architecture. This publication explores, tests, and documents the solution to use the architectural technologies and the software solutions that are available from IBM to help solve challenging technical and business problems. This publication also demonstrates and documents that the combination of IBM high-performance computing (HPC) solutions (hardware and software) delivers significant value to technical computing clients who are in need of cost-effective, highly scalable, and robust solutions. First, the book provides a high-level overview of the HPC solution, including all of the components that makes the HPC cluster: IBM Power System S822LC (8335-GTB), software components, interconnect switches, and the IBM SpectrumTM Scale parallel file system. Then, the publication is divided in three parts: Part 1 focuses on the developers, Part 2 focuses on the administrators, and Part 3 focuses on the evaluators and planners of the solution. The IBM Redbooks publication is targeted toward technical professionals (consultants, technical support staff, IT Architects, and IT Specialists) who are responsible for delivering cost-effective HPC solutions that help uncover insights from vast amounts of client's data so they can optimize business results, product development, and scientific discoveries.