Index of /examples/r/examples/par_mclapply

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]rjob 2021-03-19 00:27 272  
[TXT]mclapply.R 2014-02-19 22:06 1.1K 

Execute R code in parallel using parallel package

The mclapply.R script presents an example of parallel execution of R code using the parallel package.

Interactive execution:

This code uses more than one processor and therefore should not be executed interactively on the login nodes.

Submit R job:

rjob script file requests 8 slots for parallel execution of R code.
[scc1 ] qsub rjob

Contact Information:

help@scc.bu.edu

Note: Research Computing Services (RCS) example programs are provided "as is" without any warranty of any kind. The user assumes the entire risk of quality, performance, and repair of any defects. You are encouraged to copy and modify any of the given examples for your own use.