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

began adding descriptions of the filesa contained in the repo.

Specifically, a description of the matlab script was added
parent 7a162560
No related branches found
No related tags found
No related merge requests found
This repository contains a variety of examples of parallelism.
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
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