clarkfitzg/autoparallel: Transform Serial R Code into Parallel R Code

Writing parallel R code can be difficult, particularly for code that is not "embarrassingly parallel". This experimental package automates the transformation of serial R code into more efficient parallel versions. It identifies task parallelism by statically analyzing entire scripts to detect dependencies between statements. It implements an extensible system for scheduling and generating new code. It includes a reference implementation of the 'List Scheduling' approach to the general task scheduling problem of scheduling statements on multiple processors.

Getting started

Package details

MaintainerClark Fitzgerald <clarkfitzg@gmail.com>
LicenseMIT + file LICENSE
Version0.2.1
URL https://github.com/clarkfitzg/makeParallel
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("clarkfitzg/autoparallel")
clarkfitzg/autoparallel documentation built on Nov. 24, 2020, 2:20 p.m.