Abstract
Developing complex computational-intensive and data-intensive scientific applications requires effective utilization of the computational power of the available computing platforms including grids, clouds, clusters, multi-core and many-core processors, and graphical processing units (GPUs). However, scientists who need to leverage such platforms are usually not parallel or distributed programming experts. Thus, they face numerous challenges when implementing and porting their software-based experimental tools to such platforms. In this paper, we introduce a sequential-to-parallel engineering approach to help scientists in engineering their scientific applications. Our approach is based on capturing sequential program details, planned parallelization aspects, and program deployment details using a set of domain-specific visual languages (DSVLs). Then, using code generation, we generate the corresponding parallel program using necessary parallel and distributed programming models (MPI, Open CL, or Open MP). We summarize three case studies (matrix multiplication, N-Body simulation, and digital signal processing) to evaluate our approach.
Original language | English |
---|---|
Title of host publication | Proceedings - The 2015 International Workshop on Software Engineering for High Performance Computing in Science, SE4HPCS 2015 |
Editors | Jeffrey Carver, Paolo Ciancarini, Neil Chue Hong |
Place of Publication | Piscataway NJ USA |
Publisher | IEEE, Institute of Electrical and Electronics Engineers |
Pages | 1-8 |
Number of pages | 8 |
ISBN (Electronic) | 9781467370820, 9781479919345 |
DOIs | |
Publication status | Published - 2015 |
Externally published | Yes |
Event | IEEE/ACM International Workshop on Software Engineering for High Performance Computing in Science 2015 - Florence, Italy Duration: 19 May 2015 → 19 May 2015 Conference number: 1st https://se4science.org/workshops/se4hpcs15/ |
Conference
Conference | IEEE/ACM International Workshop on Software Engineering for High Performance Computing in Science 2015 |
---|---|
Abbreviated title | SE4HPCS 2015 |
Country/Territory | Italy |
City | Florence |
Period | 19/05/15 → 19/05/15 |
Internet address |
Keywords
- Domain-specific Visual Languages
- High-Performance Computing
- Model-driven Engineering
- Parallel Programming