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

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 334 Bytes

README.md

File metadata and controls

executable file
·
6 lines (4 loc) · 334 Bytes

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.