mpich
Here are 85 public repositories matching this topic...
Language:All
Sort:Most stars
Project about minimizing costs in garbage collection in Montevideo, Uruguay, using Evolutionary Algorithms
- Updated
Mar 27, 2023 - C++
🖥️ 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.
- Updated
May 10, 2023
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.
- Updated
Jun 10, 2017 - C
A C++ implementation of a periodic-pattern matching parallel algorithm using MPICH 3.2 implementation of the MPI distributed-computing standard
- Updated
May 10, 2019 - C
Implementation of matrix multiplication program with message passing
- Updated
Jul 25, 2020 - C
An MPI based implementation of K-NN search algorithm, aimed for use on CPU clusters.
- Updated
Jan 11, 2018 - C
2019~2020学年第2学期《并行程序设计》课程设计
- Updated
Oct 1, 2021 - C
An iterative sparse matrix dense vector multiplication solver with MPI
- Updated
Jun 2, 2020 - C++
Docker image and scripts for running IOR benchmarks
- Updated
Dec 5, 2020 - Shell
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 "t…
- Updated
Aug 5, 2021 - C++
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.
- Updated
Aug 11, 2021 - C
📨 Several problems and their solutions in distributed systems area, solved using MPI
- Updated
Jul 25, 2020 - C
This repository contains all the assignments done in the course CS633 Parallel Computing. All assignments are done using the MPI.
- Updated
Jul 21, 2021 - C
Improve this page
Add a description, image, and links to thempich topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thempich topic, visit your repo's landing page and select "manage topics."