mpich2
There are 12 repositories under mpich2 topic.
basilwong/simple-sundials
SUNDIALS: For those starting to learn to use the CVODE package. Also contains examples regarding more complex development with SUNDIALS libraries.
anicolaspp/Parallel-Computing-MPI-Matrix-Multiplication
Cannon Algorithm Implementation for matrix multiplication using MPI
dkarageo/Distributed_KNN
An MPI based implementation of K-NN search algorithm, aimed for use on CPU clusters.
avestura/mpich-playground
📨 Several problems and their solutions in distributed systems area, solved using MPI
DaviAragao/clusterPrime
Algorítimo para a busca de números primos de mersenne usando cluster beowulf mpi.
alvarezpj/gemm-raspberrypi-cluster
General matrix multiplication optimized in four different ways for Raspberry Pi clusters
Coursal/MPI_average_and_variance
A C-MPI parallel program that receives on an array X as input, returns its average, its variance and a new array based on: d[i]=((X[i]-min(X))/(max(X)-min(X))*100.
MohanHarsha-Kota/2D-Parallel-Matrix-Multiplication
The following program is a parallel matrix multiplication algorithm that employs 2D partitioning of the work between the processing nodes. It uses standard MPI functions to accomplish the task. This program is a part of my college assignment in multiprocessor systems course.
MohanHarsha-Kota/Parallel-Successive-Over-Relaxation-Algorithm-for-Laplace-Approximation
The following is a parallel version of SOR Algorithm for solving Laplace Approximation. It uses standard MPI functions to accomplish the task. This program is also a part of my college assignment in multiprocessor systems course.
CsterKuroi/MPICH2
High-Performance Portable MPI
Hassan-Ashfaq/MPI-Functions-From-Scratch
In this Project, I implemented Major Functions From Scratch. 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, C++
sridhav/hpc
High Performance Cluster [ Automations ]