This is assigment of my CS333 at PSU. Optimus Prime by C language with multi-threaded. This source using PThreads on Linux system
how to run
Use command : make all to compile the source code.
./primeMT yyyy zz (with yyyy is the prime number up to -max is up to 1 billion-) and zz is the number of cpu thread want to run.