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)
- Host: GitHub
- URL: https://github.com/andreeadraghici/parallel-and-distributed-algorithms
- Owner: AndreeaDraghici
- Created: 2022-03-20T12:59:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T06:42:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T13:07:05.055Z (3 months ago)
- Topics: distributed, mpi, parallel
- Language: C++
- Homepage:
- Size: 43.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
------------------------------------