mpi4py
There are 187 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).
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
yyzpiero/EVO-PopulationBasedTraining
Population-Based Training (PBT) for Reinforcement Learning using Message Passing Interface (MPI)
nawendt/esmpy-tutorial
Basic tutorial for ESMPy Python package
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
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
sash-a/es_pytorch
High performance implementation of Deep neuroevolution in pytorch using mpi4py. Intended for use on HPC clusters
CLQCD/PyQUDA
Use Python for lattice QCD research based on the QUDA library.
lanl/pyDNMFk
Python Distributed Non Negative Matrix Factorization with custom clustering
jjmaldonis/mpi-parallelization
Examples for MPI Spawning and Splitting, and the differences between two implementations
saforem2/ezpz
Train across all your devices, ezpz 🍋
pyiron/executorlib
Up-scale python functions for high performance computing (HPC)
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.
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
JordiCorbilla/mpi4py-examples
This repository contains advanced parallel computing scripts to run against an MPI cluster.
NSLS2/ptycho_gui
NSLS-II Ptychography Software - frontend
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
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.
yangxvlin/HPC-Geo-Data-Processing
COMP90024 - Cluster and Cloud Computing - 2020S1 - Assignment 1