SIGN-IN

Publication: The Pilot Approach to Cluster Programming in C

All || By Area || By Year

Title The Pilot Approach to Cluster Programming in C
Authors/Editors* J. Carter, W.B. Gardner, G. Grewal
Where published* Workshop on Parallel and Distributed Scientific and Engineering Computing (PDSEC-10), Proc. of the 24th IEEE International Parallel & Distributed Processing Symposium, Workshops and Phd Forum
How published* Proceedings
Year* 2010
Volume
Number
Pages 8 pp
Publisher IEEE
Keywords MPI; library; parallel programming; deadlock detection; CSP
Link
Abstract
The Pilot library offers a new method for programming parallel clusters in C. Formal elements from Communicating Sequential Processes (CSP) were used to realize a process/channel model of parallel computation that reduces opportunities for deadlock and other communication errors. This simple model, plus an application programming interface (API) fashioned on C’s formatted I/O, are designed to make the library easy for novice scientific C programmers to learn. Optional runtime services including deadlock detection help the programmer to debug communication issues. Pilot forms a thin layer on top of standard Message Passing Interface (MPI), preserving the latter’s portability and efficiency, with little performance impact. MPI’s powerful collective operations can still be accessed within the conceptual model.
Go to Parallel Computation / Programming Languages
Back to page 24 of list