Skip to content

carmine-grimaldi/parallel-and-distributed-computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel and Distributed Computing project

Repository for an academic project to implement different parallel sum strategies. This project mainly focuses on the use of two APIs: OpenMP and MPI. Both of them are for the C programming language, OpenMP is basically an API to help the programmer handle shared memory parallelism, whereas MPI is an API to handle distributed memory parallelism.

About

Repository for an academic project to implement different parallel sum strategies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors