This program should take the following command line arguments:
To show that you have written a parallel program, do some experiments to determine the speedup of your program. This should include running with a number of different threads (possibly multiples of two between 1 and 64 or 128) and a number of different iterations.
You should try to run enough iterations for your program to use at least 10 seconds, or more. To do this, you might have to change your iteration related variables to unsigned longs.
Do not worry about the accuracy of pi, this method is not great for generating many digits. As long as you are computing pi to 4 or so digits of accuracy your program is fine.
Write a report describing your findings. This should be relatively short, but should contain