Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
/ hashlife-parallel Public archive

OpenMP implementation of Bill Gosper's Hashlife algorithm.

License

Notifications You must be signed in to change notification settings

eynsai/hashlife-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashlife Parallel

The code in this repository attempts to parallelize the Hashlife algorithm using OpenMP.

A modest speedup is achieved using 4 threads, although the parallelization fails to scale well beyond this point. Also, the code seems to contain some bugs that result in rare segfaults with certain parameter combinations.

About

OpenMP implementation of Bill Gosper's Hashlife algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages