From fd94810129214eb22a90cbcb4b5fa6610bee10fd Mon Sep 17 00:00:00 2001
From: Ravi Tripathi <ravi89@uab.edu>
Date: Wed, 15 Aug 2018 11:36:07 -0500
Subject: [PATCH] Adding section for bash programming and array jobs

---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7ee88f4..aea7694 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
 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. 
-- 
GitLab