Skip to content

atezet/dedekind-wiedemann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bachelor Project on Dedekind Numbers following Wiedemann (1991)'s strategy to compute dn+2 from Dn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published