Skip to content
Snippets Groups Projects
Commit fd948101 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Adding section for bash programming and array jobs

parent 0076c20f
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.
BASH script and Array Jobs
Please go to directory bash_array_jobs, for more information on bash scripting and array jobs.
R
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