Skip to content

Finds the largest prime gap for 1 to 1,000,000,000,000. Written with MPI.

Notifications You must be signed in to change notification settings

SchoolDance/cp331_a1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

cp331_a1

compile

If you are running the program on your local machine using OpenMPI, the commands are as follows:

~ mpicc {name}.c -o {executable_name} -lmpi -lm -gmp
➜  ~ mpirun -np {num_procs} ./{executable_name}

lol

Brian dismisses source control and commits to my branch. MY branch. This is a public smear campaign.

About

Finds the largest prime gap for 1 to 1,000,000,000,000. Written with MPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages