Repository navigation
openmpi
- Website
- Wikipedia
Public version of PolyChord: See polychord.co.uk for PolyChordPro
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.
Repository for an in-progress 3D, block structured, explicit/implicit, Navier-Stokes solver.
Parallel Lammps Python interface - control a mpi4py parallel LAMMPS instance from a serial python process or a Jupyter notebook
Receiver function inversion by reversible-jump Markov-chain Monte Carlo
Create Horovod cluster easily using Ansible
A platform for distributed optimization expriments using OpenMPI
Parallel implementations of the PageRank algorithm
Experiments for ICML paper DICOD: Distributed Convolutional Coordinate Descent for Convolutional Sparse Coding, ICML 2018, T. Moreau, L. Oudre, N. Vayatis.
An example implementation of a parallel bitonic sort algorithm using an OpenMPI CPU cluster.
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.