An open API service indexing awesome lists of open source software.

https://github.com/escalopa/omp-mpi-cpp

A repo for practicing OMP & MPI on C++
https://github.com/escalopa/omp-mpi-cpp

cpp mpi omp parrallel-computing

Last synced: 2 months ago
JSON representation

A repo for practicing OMP & MPI on C++

Awesome Lists containing this project

README

        

# omp-mpi-cpp

A repository for learning OpenMP and MPI in C++.

## omp

Topics covered:

- omp parallel for
- omp barrier
- omp critical
- omp atomic
- omp reduction
- omp single
- omp task

## mpi

Topics covered:

- mpi send/recv
- mpi scatter/gather
- mpi allgather
- mpi allreduce