Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.5 KB

Calculating the 8th Dedekind number

This project contains the code for the bachelor project of Arjen T. Z. which had the goal to calculate the 8th Dedekind number following Wiedemann (1991)'s strategy to compute dn+2 from Dn.

The thesis itself can be found here.

Compile

A simple Makefile is included. The program can be used after running make.

Usage

mpirun -np N ./project -d X

Where X in [2..n) is the Dedekind number to calculate. And N is the number of processes you would like to use. Note: The program will also work when running without using mpirun. In that case the program will just run in one process.

Millipede

The program is written to run on the millipede cluster of the University of Groningen. More information on the millipede can be found here.

An example Job script is added to the repository, to make it easier for others to use the code. A manual to writing these job scripts can be found here.