Skip to content

coochewgames/threaded_primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threaded_primes

Compile

Uses a bin directory for simplicity in adding files to git.

Clang

cc -g threaded_primes.c prime_list.c -o bin/threaded_primes -lpthread

gcc

gcc -g threaded_primes.c prime_list.c -o bin/threaded_primes -pthread

About

A test for calculating primes across multiple threads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages