Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heliosmaster/bsperatosthenes
Parallel Sieve of Eratosthenes with Bulk Synchronous Parallel model
https://github.com/heliosmaster/bsperatosthenes
Last synced: 22 days ago
JSON representation
Parallel Sieve of Eratosthenes with Bulk Synchronous Parallel model
- Host: GitHub
- URL: https://github.com/heliosmaster/bsperatosthenes
- Owner: Heliosmaster
- Created: 2011-09-29T10:00:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-24T11:36:07.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T19:06:45.127Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.36 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BSP Erathostenes
================Parallel Erathostenes Sieve using Bulk Synchronous Parallel paradigm.
This was a project for the Mastermath course [Parallel Algorithms](http://www.staff.science.uu.nl/~bisse101/Education/PA/pa.html) taught by Prof. Rob Bisseling.