FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title MPI: The Complete Reference
- Author(s) Marc Snir, Steve Otto, Steven Huss-Lederman, David Walker, Jack Dongarra
- Publisher: The MIT Press; 2 edition (September 28, 1998)
- Paperback: 800 pages
- eBook: HTML
- Language: English
- ISBN-10: 0262692163
- ISBN-13: 978-0262692168
- Share This:
Since its release in summer 1994, the Message Passing Interface (MPI) specification has become a standard for message-passing libraries for parallel computations. There exist more than a dozen implementations on a variety of computing platforms, from the IBM SP-2 supercomputer to PCs running Windows NT.
The MPI standard includes point-to-point message-passing, collective communications, group and communicator concepts, process topologies, environmental management, process cre- ation and management, one-sided communications, extended collective operations, external interfaces, I/O, some miscellaneous topics, and a profiling interface. Language bindings for C and Fortran are defined.
About the Authors- William Gropp is Associate Division Director and Senior Computer Scientist, MCS Division, at Argonne National Laboratory.
- Parallel Computing and Programming
- Algorithms and Data Structures
- Computational Complexity
- Computational and Algorithmic Mathematics
-
Introduction to Parallel Computing (Blaise Barney)
Explains how to design, debug, and evaluate the performance of distributed and shared-memory programs. It teaches students how to compile, run and modify example programs. It is a complete end-to-end source of information on almost all aspects.
-
Pro TBB: C++ Parallel Programming with Threading Building Blocks
This book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). It presents numerous examples and best practices to help you become an effective TBB programmer and leverage the power of parallel systems.
-
The Practice of Parallel Programming (Sergey A. Babkin)
This book provides an advanced guide to the issues of the parallel and multithreaded programming. It goes beyond the high-level design of the applications, into the details that are often overlooked but vital to make the programs work.
-
Code Connected Volume 1: Learning ZeroMQ (Pieter Hintjens)
This book takes you through learning ZeroMQ, step-by-step, with over 80 examples. You will learn the basics, the API, the different socket types and how they work, reliability, and a host of patterns you can use in your applications.
-
Java Message Service API Tutorial and Reference
This book provides an introduction to the Java Message Service (JMS) API for new users. Also introduces the JMS API to new users, with simple JMS client program examples and shows how to use the JMS API within the Java Enterprise.
-
JNDI API Tutorial and Reference: Building Directory-Enabled Apps
This book provides an introduction to naming and directory technologies and an overview of the Java Naming and Directory Interface™ (JNDI). The tutorial in this book progresses from the most basic to advanced JNDI capabilities and techniques.
-
TCP/IP Sockets in Java, 2nd Ed: Practical Guide for Programmers
This book's focused, tutorial-based approach helps the reader master the tasks and techniques essential to virtually all client-server projects using sockets in Java. It also covers several new classes and capabilities in the last few revisions of the Java.
-
O'Reilly® Java Distributed Computing (Jim Farley)
This book discusses how to design and write distributed applications in Java. It covers Java's RMI (Remote Method Invocation) facility and CORBA, but it doesn't stop there; it tells you how to write multithreaded servers, and more.
:
|
|