mpi4py
There are 195 repositories under mpi4py topic.
mpi4py/mpi4py
Python bindings for MPI
jbornschein/mpi4py-examples
mpi4py examples
helmholtz-analytics/heat
Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
initial-h/AlphaZero_Gomoku_MPI
An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku
bccp/nbodykit
Analysis kit for large-scale structure datasets, the massively parallel way
DOI-USGS/geobipy
Geophysical Bayesian Inference in Python. Docs:
NCPP/ocgis
OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
cjmcv/hpc
Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )
XC-Li/Parallel_CellularAutomaton_Wildfire
Simulation of wildfire using cellular automaton and used mpi4py to parallel the program. Final Project for High Performance Computing and Parallel Computing Spring 2018@GWU
mpi4py/mpi4py-fft
mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs).
pyiron/executorlib
Up-scale python functions for high performance computing (HPC)
numba-mpi/numba-mpi
Numba @jit compatible wrappers for MPI C API tested on Linux, macOS and Windows
luca-s/mpi-master-slave
Master Slave code in mpi4py
nawendt/esmpy-tutorial
Basic tutorial for ESMPy Python package
yyzpiero/EVO-PopulationBasedTraining
Population-Based Training (PBT) for Reinforcement Learning using Message Passing Interface (MPI)
pyiron/pylammpsmpi
Parallel Lammps Python interface - control a mpi4py parallel LAMMPS instance from a serial python process or a Jupyter notebook
akkornel/mpi4py
Example of using MPI in Python with mpi4py (and SLURM!)
basnijholt/adaptive-scheduler
Run many functions (adaptively) on many cores (>10k-100k) using mpi4py.futures, ipyparallel, loky, or dask-mpi. :tada:
slimgroup/dfno
Distributed Fourier Neural Operators
CLQCD/PyQUDA
Use Python for lattice QCD research based on the QUDA library.
sash-a/es_pytorch
High performance implementation of Deep neuroevolution in pytorch using mpi4py. Intended for use on HPC clusters
lanl/pyDNMFk
Python Distributed Non Negative Matrix Factorization with custom clustering
saforem2/ezpz
Train across all your devices, ezpz 🍋
asankaSovis/Beowulf-Cluster-Setup-Tutorial
🖥️ 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.
jjmaldonis/mpi-parallelization
Examples for MPI Spawning and Splitting, and the differences between two implementations
NSLS2/ptycho_gui
NSLS-II Ptychography Software - frontend
JordiCorbilla/mpi4py-examples
This repository contains advanced parallel computing scripts to run against an MPI cluster.
prs513rosewood/uvw
Python package to write numpy arrays to VTK XML files
v-hill/parallel-delaunay
Parallel implementation of Guibas & Stolfi's divide-and-conquer algorithm for Delaunay triangulation, using MPI in Python.
visionlyx/HP-VSP
A high-performance deep-learning-based pipeline for whole-brain vasculature segmentation at the capillary resolution
AxoyTO/Parallel_Closest_Object_Search
Parallel search algorithm for finding the closest object in a collection of polygonal models based on Hausdorff Distance with implementation using MPI in Python
fraMade/MD_ligand_receptor
MD-ligand-receptor is a bioinformatics pipeline written in Python for analyzing non-covalent ligand-receptor interactions in 3D structures starting from a molecular dynamic trajectory.
raboonik/AutoParallelizePy
An easy-to-implement python library plugin for mpi4py along with worked examples designed to streamline domain decomposition and add a simplifying layer to noncontiguous MPI parallelization of multidimensional datasets.
verma-varsha/PSO-parallel-mpi4py
Parallel implementation of Particle Swarm Optimization Algorithm using mpi4py
wgurecky/bipymc
Bayesian Inference. Parallel implementations of DREAM, DE-MC and DRAM.