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

https://github.com/andreeadraghici/parallel-and-distributed-algorithms

PDA / APD (MPI-Message Passing Interface)
https://github.com/andreeadraghici/parallel-and-distributed-algorithms

distributed mpi parallel

Last synced: about 2 months ago
JSON representation

PDA / APD (MPI-Message Passing Interface)

Awesome Lists containing this project

README

        

# Parallel-and-Distributed-Algorithms

This repository contains solutions to tasks related to the parallel and distributed algorithm laboratory.

Materials / Tutorial:
-----

MPI 1 https://docs.microsoft.com/en-us/message-passing-interface/mpi-point-to-point-functions

--------------------------

MPI 2 https://mpitutorial.com/tutorials/mpi-broadcast-and-collective-communication/

https://mpitutorial.com/tutorials/mpi-scatter-gather-and-allgather/

https://docs.microsoft.com/en-us/message-passing-interface/mpi-collective-functions

-----------------------------------------

MPI 3 https://www.codingame.com/playgrounds/47058/have-fun-with-mpi-in-c/derived-datatypes

---------------------------------------------

MPI 4 https://www.codingame.com/playgrounds/47058/have-fun-with-mpi-in-c/mpi-communicators

https://mpitutorial.com/tutorials/introduction-to-groups-and-communicators/


------------------------------------