Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 610 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 610 Bytes

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.