parallelSync: Experimental (use with caution) parallel syncrhonization of...

Description Usage Arguments Details Value Examples

Description

Experimental (use with caution) parallel syncrhonization of project. Takes advantage of directed acyclic graph structure to run R script processes in parallel.

Usage

1
parallelSync(project.id = getProject(), n.cores = 2)

Arguments

project.id

Project to synchronize.

n.cores

Number of cores to use. Should be >1, but less than number of logical CPUs.

Details

Experimental. See also monitorParallelSync(), syncProject() and syncTestProject(). Uses Results/tree_controller.R directory to pass work/completion data between nodes.

Value

data.frame with success/failure status.

Examples

1
2
3
4
## Not run: 
parallelsyncProject("adaprHome")

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.