/c-sample-multiprocessing

Simple program that times a computation equally split between multiple processes and compares it against run time of same computation run on a single process.

Primary LanguageC

Sample-c multiprocessing


Simple program that times a computation equally split between multiple processes and compares it against run time of same computation run on a single process.


To build:

make all

To run:

make run

To clean:

make clean