Skip to content
Snippets Groups Projects
Commit 3ad0f2bb authored by William Stonewall Monroe's avatar William Stonewall Monroe
Browse files

Added a description of the R document to the README file

parent eb97a497
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ MATLAB
in the example script provided, "parforExample.m", the "for" command can be switched between "for" and "parfor". Changing to "parfor" will ask MATLAB to parallelize the loop if possible. In MATLAB r2018a, parpool is called by MATLAB with 12 threads as default if parfor is used without first calling parpool.
R
The text in Rparallel.txt is a set of R commands to be used to test out one version of parallelism in R.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment