A proposal for error handling in OpenMP

  • Authors:
  • Alejandro Duran;Roger Ferrer;Juan José Costa;Marc Gonzàlez;Xavier Martorell;Eduard Ayguadé;Jesús Labarta

  • Affiliations:
  • Barcelona Supercomputing Center, Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona, Spain;Barcelona Supercomputing Center, Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona, Spain;Barcelona Supercomputing Center, Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona, Spain;Barcelona Supercomputing Center, Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona, Spain;Barcelona Supercomputing Center, Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona, Spain;Barcelona Supercomputing Center, Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona, Spain;Barcelona Supercomputing Center, Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona, Spain

  • Venue:
  • IWOMP'05/IWOMP'06 Proceedings of the 2005 and 2006 international conference on OpenMP shared memory parallel programming
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

OpenMP has been focused in performance applied to numerical applications, but when we try to move this focus to other kind of applications, like Web servers, we detect one important lack. In these applications, performance is important, but reliability is even more important, and OpenMP does not have any recovery mechanism. In this paper we present a novel proposal to address this lack. In order to add error handling to OpenMP we propose some extensions to the current OpenMP specification. A directive and a clause are proposed, defining an scope for the error handling (where the error can occur) and specifying a behaviour for handling the specific errors. Some examples of use are presented, and we present also an evaluation showing the impact of this proposal in OpenMP applications. We show that this impact is low enough to consider the proposal worthwhile for OpenMP.