CS360 LAB3 Check List
                    DUE: 2-16-2023

Download and run the sample solution: ~samples/LAB3/lab3.bin
		
input Nthreads :  <=== input a number, e.g. 4 for 4 threads
 				            
The solution vector is [1.0  2.0  3.0  4.0  5.0  6.0  7.0  8.0]
=============================================================
		       
============================================================
NOTE: If you use the code c4.5.c in the book,
      the solution vector is [1.0  1.0 ..... 1.0  1.0]

The key point is your code MUST allow Nthreads <= N
============================================================