*-------------------------------------------------------*
*README file for run-scripts				*	
*Author: Swetha Varadarajan				*
*Date Created: Oct 20, 2018				*
*-------------------------------------------------------*
For more details, contact: varadarajan.swetha@gmail.com *
*-------------------------------------------------------*

Contents:

test_script.sh -> 	This is the basic script that I run whenever a change is made to the thesis.cs file and new C files are generated. 
		  	This file must be run from inside the automatically generated folder. 
			For example, if the "ospsq-best-col" files need to be tested, do the following:
				cd Thesis-files/test_out/ospsq-best-col/
				cp ../../run-scripts/test_script.sh ./
				sh test_script.sh
			All the test cases must pass
			Note: You need to make the files before running the script. 
				The default compiler option is ICC. 
				But, the flags can be commented out to choose GCC


750/1000/1500/2000/2500.sh -> 	contains the script to run the 25 data points. 
				These also need to be run from inside the automatically generated folder.
				Some of the runs take longer time compared to others. 
				I used multiple machines to run each instance 3 times to gather data. 
				The gathered data are in .txt files in ../graph-scipts/
				
