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.
Low latency FX Primary vs Drop Copy Reconciliation
2D atmospheric fluid dynamics simulation of a thermal bubble rising in dry air, implemented in Fortran with progressive parallelisation strategies: pure MPI, hybrid MPI+OpenMP, hybrid MPI+OpenACC (GPU), and non-blocking MPI communication. Built as a best-practices HPC project for the Master in High Performance Computing (MHPC) at SISSA/ICTP.
Chat Server of which socket can be configured / customized.
Simple Program to chain the operations or steps in completable future and using Java's async NIO for REST API calls
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.
non-blocking DHT22 sensor reader as ESP-IDF component
Wykorzystanie standardu MPI do rónoległego obliczenia wartości całki + bonusy 🍕
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."