Parallel Convolution using MPI and OpenMP
-
Updated
Jan 7, 2021 - C
Parallel Convolution using MPI and OpenMP
🔨 Solution to receive log and debug messages from applications that do not have access to standard input and output. Like Linux Daemons, fork() processes and any similar application. Messages are sent through Non-Blocking Socket, and received in an Electron application.
Wykorzystanie standardu MPI do rónoległego obliczenia wartości całki + bonusy 🍕
Simple Program to chain the operations or steps in completable future and using Java's async NIO for REST API calls
Chat Server of which socket can be configured / customized.
non-blocking DHT22 sensor reader as ESP-IDF component
The whole point of MPI (Message Passing Interface) is to make processes communicate. Point-to-point communication is divided into two operations: Send and Receive. Its most basic form is called blocking. Here I wrote a blocking and non-blocking mpi program in c++. communications.
Add a description, image, and links to the non-blocking-communication topic page so that developers can more easily learn about it.
To associate your repository with the non-blocking-communication topic, visit your repo's landing page and select "manage topics."