scispace - formally typeset
N

Nathan E. Doss

Researcher at Mississippi State University

Publications -  6
Citations -  4257

Nathan E. Doss is an academic researcher from Mississippi State University. The author has contributed to research in topics: Message Passing Interface & Message passing. The author has an hindex of 6, co-authored 6 publications receiving 4183 citations.

Papers
More filters
Journal ArticleDOI

A high-performance, portable implementation of the MPI message passing interface standard

TL;DR: The MPI Message Passing Interface (MPI) as mentioned in this paper is a standard library for message passing that was defined by the MPI Forum, a broadly based group of parallel computer vendors, library writers, and applications specialists.

Portable implementation of the mpi message passing interface standard

TL;DR: The MPI Message Passing Interface (MPI) as discussed by the authors is a standard library for message passing that was defined by the MPI Forum, a broadly based group of parallel computer vendors, library writers, and applications specialists.
Journal ArticleDOI

The design and evolution of Zipcode

TL;DR: Key features in Zipcode appear in the forthcoming MPI standard, including ‘gather-send’ and ‘receive-scatter’ semantics, based on persistent Zipcode ‘invoices’, both as a means to simplify message passing, and as an means to reveal more potential runtime optimizations.
Proceedings ArticleDOI

Writing libraries in MPI

TL;DR: The issues underlying the development of parallel libraries with MPI are described, and guidelines in terms of "do's" and "don'ts" for would-be MPI library writers are provided, including a linear algebra library in skeletal form on a two-dimensional virtual topology.