A pilot study to compare programming effort for two parallel programming models

TitleA pilot study to compare programming effort for two parallel programming models
Publication TypeJournal Articles
Year of Publication2008
AuthorsHochstein L, Basili VR, Vishkin U, Gilbert J
JournalJournal of Systems and Software
Volume81
Issue11
Pagination1920 - 1930
Date Published2008/11//
ISBN Number0164-1212
Keywordseffort, empirical study, Message-passing, MPI, parallel programming, PRAM, XMT
Abstract

ContextWriting software for the current generation of parallel systems requires significant programmer effort, and the community is seeking alternatives that reduce effort while still achieving good performance.
Objective
Measure the effect of parallel programming models (message-passing vs. PRAM-like) on programmer effort.
Design, setting, and subjects
One group of subjects implemented sparse-matrix dense-vector multiplication using message-passing (MPI), and a second group solved the same problem using a PRAM-like model (XMTC). The subjects were students in two graduate-level classes: one class was taught MPI and the other was taught XMTC.
Main outcome measures
Development time, program correctness.
Results
Mean XMTC development time was 4.8 h less than mean MPI development time (95% confidence interval, 2.0–7.7), a 46% reduction. XMTC programs were more likely to be correct, but the difference in correctness rates was not statistically significant (p = .16).
Conclusions
XMTC solutions for this particular problem required less effort than MPI equivalents, but further studies are necessary which examine different types of problems and different levels of programmer experience.

URLhttp://www.sciencedirect.com/science/article/pii/S0164121208000125
DOI10.1016/j.jss.2007.12.798