Skip to content

Assignment 1 of Parallel and Distributed Systems: Paradigms and Models course

Notifications You must be signed in to change notification settings

GiovanniSorice/ParallelAssigment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParallelAssigment

Assignment 1 and 2 of Parallel and Distributed Systems: Paradigms and Models course The first assignment was to made a simplified and parallel version of the Game of Life. There are 4 version GoLSeq, GoLThread,GoLOMP and GoLPool in which there are respectively the implementation of the sequential code, parallel code with c++ standard thread used as fork-join, parallel code with OpenMP and parallel code with c++ standard thread used as a pool of worker and queue of tasks. For more info see the report. The second assignment was to develop two implementations for the problem of finding prime numbers among a given range, using different patterns provided by the FastFlow library.

About

Assignment 1 of Parallel and Distributed Systems: Paradigms and Models course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published