MPI wrappers for Julia
-
Updated
Oct 29, 2024 - Julia
MPI wrappers for Julia
Project about minimizing costs in garbage collection in Montevideo, Uruguay, using Evolutionary Algorithms
🖥️ 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.
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.
A C++ implementation of a periodic-pattern matching parallel algorithm using MPICH 3.2 implementation of the MPI distributed-computing standard
Implementation of matrix multiplication program with message passing
An MPI based implementation of K-NN search algorithm, aimed for use on CPU clusters.
An iterative sparse matrix dense vector multiplication solver with MPI
Docker image and scripts for running IOR benchmarks
2019~2020学年第2学期《并行程序设计》课程设计
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…
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.
📨 Several problems and their solutions in distributed systems area, solved using MPI
This repository contains all the assignments done in the course CS633 Parallel Computing. All assignments are done using the MPI.
Add a description, image, and links to the mpich topic page so that developers can more easily learn about it.
To associate your repository with the mpich topic, visit your repo's landing page and select "manage topics."