DocumentCode
2484776
Title
C++2MPI: a software tool for automatically generating MPI datatypes from C++ classes
Author
Hillson, Roger ; Iglewski, Michal
Author_Institution
Navel Res. Lab., Canada
fYear
2000
fDate
2000
Firstpage
13
Lastpage
17
Abstract
The Message Passing Interface I.I (MPI I.I) standard defines a library of message-passing functions for parallel and distributed computing. We have developed a new software tool called C++2MPI which can automatically generate MPI derived datatypes for a specified C++ class. C++2MPI can generate data types for derived classes, for partially and fully-specialized templated classes, and for classes with private data members. Given one or more user-provided classes as input, C++2MPI generates, compiles and archives a function for creating the MPI derived datatype. When the generated function is executed, it builds the derived MPI datatype if the datatype does not already exist, and returns the value of an MPI handle for referencing the datatype. PGMT (Processing Graph Method Tool) is a set of application program interfaces for porting the Processing Graph Method (PGM), a parallel programming method, to diverse networks of processors. C++2MPI was developed as a component of PGMT, but can be used as a stand-alone tool
Keywords
C++ language; application program interfaces; message passing; parallel programming; software tools; C++ classes; C++2MPI; MPI I.I standard; MPI datatypes; application program interfaces; distributed computing; message-passing functions; parallel computing; parallel programming; processing graph method tool; software tool; templated classes; Computer architecture; Costs; Data structures; Distributed computing; Laboratories; Message passing; Parallel programming; Software libraries; Software tools; Testing;
fLanguage
English
Publisher
ieee
Conference_Titel
Parallel Computing in Electrical Engineering, 2000. PARELEC 2000. Proceedings. International Conference on
Conference_Location
Trois-Rivieres, Que.
Print_ISBN
0-7695-0759-X
Type
conf
DOI
10.1109/PCEE.2000.873593
Filename
873593
Link To Document