openmpi
There are 329 repositories under openmpi topic.
open-mpi/ompi
Open MPI main development repository
JuliaParallel/MPI.jl
MPI wrappers for Julia
SciDAS/slurm-in-docker
Slurm in Docker - Exploring Slurm using CentOS 7 based Docker images
PolyChord/PolyChordLite
Public version of PolyChord: See polychord.co.uk for PolyChordPro
yoshiya-usui/femtic
FEMTIC is a 3-D magnetotelluric inversion code. FEMTIC is made by object-oriented programming with C++. FEMTIC is applicable to land magnetotelluric survey data as well as ocean bottom magnetotelluric survey data.
mnucci32/aither
Repository for an in-progress 3D, block structured, explicit/implicit, Navier-Stokes solver.
sbromberger/gompi
OpenMPI bindings for the Go programming language
akkornel/mpi4py
Example of using MPI in Python with mpi4py (and SLURM!)
pyiron/pylammpsmpi
Parallel Lammps Python interface - control a mpi4py parallel LAMMPS instance from a serial python process or a Jupyter notebook
jeffhammond/mukautuva
An MPI ABI compatibility layer
akuhara/RF_INV
Receiver function inversion by reversible-jump Markov-chain Monte Carlo
graykode/horovod-ansible
Create Horovod cluster easily using Ansible
jjmaldonis/mpi-parallelization
Examples for MPI Spawning and Splitting, and the differences between two implementations
slowbull/MPIPlatform
A platform for distributed optimization expriments using OpenMPI
hpc17-raspi-cluster/raspi-cluster
Raspberry Pi cluster with OpenMPI
arslansadiq/Parallel-Programming-TUM
Exercises for TUM Parallel Programming Course
lionell/pagerank
Parallel implementations of the PageRank algorithm
HxnDev/Password-Cracker-using-Brute-Force-Algorithm
This was our Final Project for Distributed Computing. In this we had to create a distributed system that will use the Brute Force Algorithm to crack a password from the etc/shadows file of Ubuntu as all the passwords are stored there. We used OpenMP and MPICH for this implementation.
moloch--/Bitonic-Sort
An example implementation of a parallel bitonic sort algorithm using an OpenMPI CPU cluster.
tomMoral/Dicod
Experiments for ICML paper DICOD: Distributed Convolutional Coordinate Descent for Convolutional Sparse Coding, ICML 2018, T. Moreau, L. Oudre, N. Vayatis.
wandersonca/HPC-Password-Cracker
HPC Password Cracker
ali92hm/iso-rank
An implementation of the IsoRank algorithm
DaisukeMiyamoto/docker-openmpi
base package for docker cluster with openmpi
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
Amatofrancesco99/KNN-OpenMPI
An Open MPI implementation of the well known K-Nearest Neighbors (Machine Learning) classifier.
billsioros/MPIsuite
Using bash to automate the compilation, scheduling and profiling of MPI / OpenMP applications
HxnDev/Consensus-Problem-using-OpenMP
In this task, we had to write a multi-threaded OpenMP 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.
Im-Rises/CMake-Cpp-Library-Example
This repository contains examples and tutorials demonstrating how to link multiplaform libraries to C++ for Windows, Linux and macOS projects using CMake.
joaomlneto/cpds-heat
Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013
tr0j4n034/HPC-2019
Materials of High Performance Computing course by Sergey Rykovanov
abagali1/mandelbrot
Mandelbrot set rendered in parallel with MPI, OpenMP, and CUDA
dom0000D/Matrix-Vector-Multiplication-OPEN_MPI
Matrix Vector Multiplication OPEN_MPI
jamesmcclain/SlurmDocker
A Slurm Docker image for use on AWS and/or locally
shellofnuts/Modified_Ising_Model
Monte-Carlo implementation of an anisotropic 2D Heisenberg Model. Used to predict magnetic order in Metal-Organic Frameworks.
mwierszycki/openmpi-abaqus
Running Abaqus using OpenMPI
zamb0/2D_Fast_Fourier_Transform_OpenMPI
2D Fast Fourier Transform (2D FFT) parallel algorithm using OpenMPI. The algorithm is implemented in C and it is based on the Cooley-Tukey iterative algorithm.