Skip to content
/ olc Public

Verification of Oppermann and Legendre's conjectures

Notifications You must be signed in to change notification settings

sorenson64/olc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project has code to verify Oppermann's and Legendre's conjectures.

The code uses MPI and GMP packages, and the main program is in "parmain.cpp".

The bigdawg folder is for the code and data from the run on our linux cluster (192 cores). The phi folder is for the code and data from the run on our four Intel phi coprocessors (256 cores).

Each folder contains a makefile for compiling the code. Use "make parmain". Make sure you have an EMPTY folder called "data" in the folder you run the code from (parmain). The program will benchmark data into files called id.out, where id is replaced by the 3-digit id number of each process.

If you want to change the range of the computation, you must edit the main loop in "parmain.cpp".

DATA FILE:

In each of the bigdawg and phi folders are the various data files we generated for our computation up to 7x10^13.
To understand what the numbers in each file mean, we suggest you look at the pairmain.cpp files to see what variables are periodically written to the log file for each processor.

About

Verification of Oppermann and Legendre's conjectures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages