Restructuring Fortran legacy applications for parallel computing in multiprocessors

  • Authors:
  • Fernando G. Tinetti;Mariano Méndez;Armando Giusti

  • Affiliations:
  • III-LIDI, Facultad de Informática, UNLP, La Plata, Argentina and Comisión de Inv. Científicas de la Prov., Buenos Aires, Argentina;III-LIDI, Facultad de Informática, UNLP, La Plata, Argentina;III-LIDI, Facultad de Informática, UNLP, La Plata, Argentina

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

As it is widely known, multi-core computers are broadly used these days, and automatic parallelization of sequential programs is still a challenge. In this context, we propose a set of code transformations to be applied automatically by a tool in order to transform sequential legacy systems into their parallel version. We implement these transformations by applying a lightweight source code analysis based on rewritable AST (Abstract Syntax Tree). Since it is not always possible to automatically parallelize the code, we also implemented some specific analyses in order to report possible changes that would allow specific parallelization. Additionally, we present some examples in which these transformations were conducted and the corresponding performance experiments.