message-passing-interface
There are 47 repositories under message-passing-interface topic.
pypr/pysph
A framework for Smoothed Particle Hydrodynamics in Python
rabauke/mpl
A C++17 message passing library based on MPI
danielpatrickhug/GitModel
Codebase topic modeling using GNNs(Node aggregation and clustering)
bernardparent/CFDWARP
Computational Fluid Dynamics, Waves, Reactions, Plasmas
vdutts7/dnn-distributed
Distributed training of DNNs • C++/MPI Proxies (GPT-2, GPT-3, CosmoFlow, DLRM)
besnik/parallel-volume-rendering
Overview and detailed dicussion about parallel volume rendering on a cluster. We describe algorithms, optimalization techniques and challenges for real time rendering of big data on high performance clusters.
zduny/mezzenger
Message passing infrastructure for Rust.
tudasc/MPI-Corrbench
A benchmark suite to evaluate MPI correctness tools.
anicolaspp/Parallel-Computing-MPI-Matrix-Multiplication
Cannon Algorithm Implementation for matrix multiplication using MPI
amirisback/dps-thread-message-passing-interface
Coding On The Spot Sistem Pararel Terdistribusi
KhaledAshrafH/Ages-Distribution-Histogram
This program implements a histogram using MPI and OpenMP to analyze a dataset containing group ages that watch a TV show. The goal is to calculate statistics about the groups of age and generate a frequency histogram.
DakaiZhou/Fox-Algorithm
Fox‘s algorithm is a parallel matrix multiplication function, which distributes the matrix using a checkerboard scheme.
dennewbie/saxpy_mpi
Materiale Progetto Calcolo parallelo e distribuito
koriavinash1/pgm
Graph: Representation, Learning, and Inference Methods
avestura/mpich-playground
📨 Several problems and their solutions in distributed systems area, solved using MPI
huangli712/Flink
A collection of Fortran modules and subroutines for scientific computing
KhaledAshrafH/MPI-Student-Grade-Checker
It's a high-performance computing program that utilizes MPI to process a list of student grades in parallel and determine which students have passed the exam and which ones need to repeat it.
shrpnsld/send-a-message
C++11 inter-thread message passing library
arnavgarg123/TwitterDataAnalysisOnHPC-COMP90024
Analysing Twitter data to obtain sentiment of different blocks in Melbourne
cstyl/mpi-image-reconstruction
Two-dimensional lattice-based calculation that employs a two-dimensional domain decomposition and uses non-blocking communications for image reconstruction
shayanalibhatti/Sorting_data_on_multiple_processors
In this Python repository, I sorted data using multiple processors via MPI4PY library.
AndrewGoupinets/heatdiffsim
This is the heat diffusion simulator created by Andrew Goupinets in Spring 2020 for CSS 434: Parallel and Distributed Computing at University of Washington Bothell taught by Professor Munehiro Fukuda. Files were provided, see Heat2D and Heat2D_mpi for my work
FilipeLopesPires/Multithreaded-WordCount
Multithreaded-WordCount: a parallel word and vowel counter.
jbnerd/ParaWDI
Directory of Par Comp Course Projects
kbmclaren/proj2-CMSC421-OS
This project required the creation of a new Linux kernel, adding various system calls for interprocess communication. This project implements a relatively simple message passing interface that can be queried asychronously by multiple processes.
mixed-farming/parallel_programming
Implementing parallel algorithms using MPI
ntoskrnl7/typed-message-transport
typed-message-transport is a TypeScript-based library designed for handling strongly-typed message exchanges between different environments, such as browser workers or Node.js processes. This library facilitates sending and receiving messages with a clear structure and type safety, using message channels. ex) WebSocket, RTCDataChannel, MessagePort
sorush-khajepor/MPI_load_balancing
Distributes N items among processors (items have same weight).
MScUniversityCollaborations/Parallel-Canopy-Algorithm
Designed and implemented a parallelized iteration of the Canopy algorithm by utilizing the MPI (Message Passing Interface) programming model.
aashrafh/CMP306
Solutions of the CMP362-Advanced Programming Techniques course's labs in college
Bogdanisar/Inclusion-exclusion-MPI-Cpp-Suman
A distributed C++ solution in MPI for the 'Suman' algorithmic problem, which is an application of the Inclusion–exclusion mathematical principle.
FilipeLopesPires/P4xC
P4xC: a parallel circular cross-correlation calculator.
japnitahuja/guide-to-mpi
This is an introductory guide to MPI in Python (mpi4py) and C (OpenMPI)
sankdev0/mpi-demo
A uni project (Visual Studio 2019 C++ solution) demo of using MPI spec (Message Passing Interface) for parallel programming