An Experimentation Platform for the Automatic Parallelization of R Programs

  • Tagung:

    Konferenzartikel 

  • Autoren:

    Frank Padberg, Michael Mirold 

  • Summary

    We present our ALCHEMY platform that supports the automatic parallelization of R programs during execution. Parallelization occurs fully transparent to the user. Different parallelization techniques can be implemented as modules, linked into the platform, and combined with each other. The parallelization analysis modules and code transformation modules use a new intermediate representation for sequential and parallelized R code. Successfully parallelized parts of the R program are executed on a multicore processor; the results and the remaining sequential parts are fed back into the standard R interpreter and evaluated to completion. This way, an R user can benefit from multiprocessor performance without writing a single line of parallel code. At this stage of the research project, the main goal is to enable ample experimentation with different approaches to the automatic parallelization of scripting languages such as R.

  • Jahr:

    2012 

  • Links:
Beteiligte Mitarbeiter (zufällige Reihenfolge)
Titel Vorname Nachname

Bibtex

@conferece{,
  author={Frank Padberg, Michael Mirold},
  title={An Experimentation Platform for the Automatic Parallelization of R Programs},
  year=2012,
  month=12,
  booktitle={19th Asia-Pacific Conference on Software Engineering APSEC},
  url={https://ps.ipd.kit.edu/downloads/kon_2012_experimentation_platform_automatic_parallelization.pdf },
  abstract={We present our ALCHEMY platform that supports the automatic parallelization of R programs during execution. Parallelization occurs fully transparent to the user. Different parallelization techniques can be implemented as modules, linked into the platform, and combined with each other. The parallelization analysis modules and code transformation modules use a new intermediate representation for sequential and parallelized R code. Successfully parallelized parts of the R program are executed on a multicore processor; the results and the remaining sequential parts are fed back into the standard R interpreter and evaluated to completion. This way, an R user can benefit from multiprocessor performance without writing a single line of parallel code. At this stage of the research project, the main goal is to enable ample experimentation with different approaches to the automatic parallelization of scripting languages such as R.  },
}