mpich
There are 85 repositories under mpich topic.
JuliaParallel/MPI.jl
MPI wrappers for Julia
jeffhammond/mukautuva
An MPI ABI compatibility layer
klalumiere/NiceMPI
An alternative to Boost.MPI for a user friendly C++ interface for MPI (MPICH).
bryant1410/trsh
Project about minimizing costs in garbage collection in Montevideo, Uruguay, using Evolutionary Algorithms
asankaSovis/Beowulf-Cluster-Setup-Tutorial
🖥️ A Beowulf cluster is a type of High-Performance Computing (HPC) cluster that is designed to perform parallel computations on large data sets or complex computational problems. This tutorial explains how to setup and run your first Beowulf cluster.
billDrett/GameOfLife-MPI-OpenMp-Cuda-
Game of life: An implementation of the famous simulation game with parallel programming technologies. An MPI, a hybrid MPI and OpenMp and a CUDA implementation of the game. Also I wrote a report in greek on the speedup, efficiency and scalability of each implementation.
arneish/MPI-pattern-matching
A C++ implementation of a periodic-pattern matching parallel algorithm using MPICH 3.2 implementation of the MPI distributed-computing standard
satwik-m/Convex-Hull
Parallelization using openmp, MPI, Hybrid
czerenkow/docker-mpi
MPI cluster on Docker Swarm
dkarageo/Distributed_KNN
An MPI based implementation of K-NN search algorithm, aimed for use on CPU clusters.
mareco94/Matrix-Multiplication-MPI
Implementation of matrix multiplication program with message passing
noewangjy/Parallel-Data-Processing-with-MPI
Course projects of ICE6414P-Parallel Data Processing at Shanghai Jiao Tong University-2022-Spring
Dragon1573/Parallel-GMM
2019~2020学年第2学期《并行程序设计》课程设计
harunsasmaz/I-SpMV
An iterative sparse matrix dense vector multiplication solver with MPI
HxnDev/Consensus-Problem-using-MPI
In this task, we had to write a multi-threaded MPICH program, that will solve the consensus problem. If all the slave (child) processes agree on a single decision, then the processes will terminate displaying consensus reached.
HxnDev/Searching-a-Number-among-Slave-Processes-using-OpenMP-and-MPI
In this task, I wrote the code using both OpenMP and MPI inorder to parallelize it. What it does is that the master process distributes a chunk of number equally among the slave processes. Each slave process then searches for the number to find. When one slave process finds the number, it sends a message to the master process who then sends a "terminating message" to the slave processes who then abort their search.
joshuarobinson/docker_ior_mpi
Docker image and scripts for running IOR benchmarks
aggarwal-shivam/Parallel-Computing-with-MPI
This repository contains all the assignments done in the course CS633 Parallel Computing. All assignments are done using the MPI.
avestura/mpich-playground
📨 Several problems and their solutions in distributed systems area, solved using MPI
heydariplusplus/DMIS-MPICH
Distributed Maximal Independent Set with MPICH
jeffhammond/OpenPA
Go to the new fork:
Koushikphy/CheatSheets
A collection of random computer codes, commands and cheat sheets
KevinDepedri/MPI-Parallel-Closest-Pair-of-Points
Parallel MPI implementation of Bruteforce and Divide et Impera approaches to solve the Closest Pair of Points problem leveraging the HPC infrastructure provided by the University of Trento
LetteraUnica/3D-density-estimation
OpenMP and MPI parallel estimation of the 3d density of a point cloud
MajidSalimi/MPI
Codes are developed with MPI for distributed environments
mammothb/MPI-CodeBlocks-ConsoleRunner
Modified cb_console_runner to enable running MPI programs from CodeBlocks
rafathasan/raspi-mpi-cluster
MPI is a standardized and portable message-passing standard designed to function on parallel computing architectures on Raspberry Pi. The MPI standard defines the syntax and semantics of library routines that are useful to a wide range of users writing portable message-passing programs in C++.
rangsimanketkaew/Auto-NWChem
Automated compilation of NWChem on RHEL, CentOS, and Ubuntu.
Dushanthimadhushika3/MPI-Programing-Basics
This repository contain basic operation we practice when doing MPI programming. All the C files, make files and host files are included. Once you install MPICH on your machine just download this repository and you can test your own.
eponari/Parallel-Programming-Coursework
This repository holds coursework from Parallel Programming Course done by me.
h3ct0rjs/FichaTecnica-ProyectoGrado
Automation to bring up a cluster of VMs using Vagrant and Virtualbox for testing MPI. Learn gradually vagrant to start creating your VagrantFiles.
Ocramnaig94/parallel-all-pairs-shortest-path
A cost-optimal parallel algorithm based on Floyd-Warshall Algorithm in order to resolve the APSP problem
pikrog/hpc-docker
dockerized HPC cluster environment
sudharshan-saranathan/Kolmogorov-phasescreen
Kolmogorov-phasescreen simulation programs.
umittas2000/mpisample-bloodcount
Parallel programming sample on c++ with linux nodes
vocheretnyi/parallel-sum-MPI
Implementation of sum of two vectors using MPI