Developing scientific applications using Generative Programming

  • Authors:
  • Ritu Arora;Purushotham Bangalore;Marjan Mernik

  • Affiliations:
  • Department of Computer and Information Sciences, University of Alabama at Birmingham, USA;Department of Computer and Information Sciences, University of Alabama at Birmingham, USA;Department of Computer and Information Sciences, University of Alabama at Birmingham, USA

  • Venue:
  • SECSE '09 Proceedings of the 2009 ICSE Workshop on Software Engineering for Computational Science and Engineering
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Scientific applications usually involve large number of distributed and dynamic resources and huge datasets. A mechanism like checkpointing is essential to make these applications resilient to failures. Using checkpointing as an example, this paper presents an approach for integrating the latest software engineering techniques with the development of scientific software. Generative programming is used in this research to achieve the goals of non-intrusive reengineering of existing applications to insert the checkpointing mechanism and to decouple the checkpointing-specifications from its actual implementation. The end-user specifies the checkpointing details at a higher level of abstraction, using which the necessary code is generated and woven into the application. The lessons learned and the implementation approach presented in this paper can be applied to the development of scientific applications in general. The paper also demonstrates that the generated code does not introduce any inaccuracies and its performance is comparable to the manually inserted code.