Bocca: a development environment for HPC components

  • Authors:
  • Wael R. Elwasif;Boyana R. Norris;Benjamin A. Allan;Robert C. Armstrong

  • Affiliations:
  • Oak Ridge National Laboratory, Oak Ridge, TN;Argonne National Laboratory, Argonne, IL;Sandia National Laboratories, Livermore, CA;Sandia National Laboratories, Livermore, CA

  • Venue:
  • Proceedings of the 2007 symposium on Component and framework technology in high-performance and scientific computing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

In high-performance scientific software development, the emphasis is often on short time to first solution. Even when the development of new components mostly reuses existing components or libraries and only small amounts of new code must be created, dealing with the component glue code and software build processes to obtain complete applications is still tedious and error-prone. Component-based software meant to reduce complexity at the application level increases complexity with the attendant glue code. To address these needs, we introduce Bocca, the first tool to enable application developers to perform rapid component prototyping while maintaining robust software-engineering practices suitable to HPC environments. Bocca provides project management and a comprehensive build environment for creating and managing applications composed of CommonComponent Architecture components. Of critical importance for HPC applications, Bocca is designed to operate in a language-agnostic way, simultaneously handling components written in any of the languages commonly used in scientific applications: C, C++, Fortran, Fortran77, Python,and Java. Bocca automates the tasks related to the component glue code, freeing the user to focus on the scientific aspects of the application. Bocca embraces the philosophy pioneered by Ruby Rails for web applications: Start with something that works and evolve it to the user's purpose.