Treffer: PDDP: A data parallel programming model. Revision 1
Title:
PDDP: A data parallel programming model. Revision 1
Authors:
Contributors:
United States. Department of Energy.
Publisher Information:
Lawrence Livermore National Laboratory
Publication Year:
1995
Collection:
University of North Texas: UNT Digital Library
Subject Terms:
Document Type:
Report
report
File Description:
7 p.; Text
Language:
English
Relation:
other: DE97053198; osti: 513592; https://digital.library.unt.edu/ark:/67531/metadc695112/; ark: ark:/67531/metadc695112
DOI:
10.2172/513592
Availability:
Accession Number:
edsbas.F6809754
Database:
BASE
Weitere Informationen
PDDP, the Parallel Data Distribution Preprocessor, is a data parallel programming model for distributed memory parallel computers. PDDP impelments High Performance Fortran compatible data distribution directives and parallelism expressed by the use of Fortran 90 array syntax, the FORALL statement, and the (WRERE?) construct. Distribued data objects belong to a global name space; other data objects are treated as local and replicated on each processor. PDDP allows the user to program in a shared-memory style and generates codes that are portable to a variety of parallel machines. For interprocessor communication, PDDP uses the fastest communication primitives on each platform.