mauicv / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:C 93.9%Language:Makefile 6.1%