Skip to content

b00sti/OpenMPIvsOpenMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

OpenMP vs OpenMPI

Parallel computing.

Adding two very large arrays in two ways.

OpenMP - an application programming interface that supports multi-platform shared memory multiprocessing programming.

OpenMPI - message passing interface that supports multi-platform distributed memory multiprocessing programming.

Read more about this project.

Note: my_timers.h is a file not included in this repository, but it is only used to measurement time.

About

Simple adding two large vectors using OpenMPI and OpenMP [done]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages