#parallel-computing (30 Repositories)
Ranked open-source repositories tagged with #parallel-computing, scored by pull request acceptance likelihood and maintainer engagement velocity.
55.0%
37.4h
30 repositories tagged #parallel-computing
jkool702/forkrun
NUMA-Aware Contention-Free Dynamically-Auto-Tuning Bash-Native Streaming Parallelization Engine
JuliaSymbolics/Symbolics.jl
Symbolic programming for the next generation of numerical software
quinoacomputing/quinoa
Adaptive computational fluid dynamics
dealii/dealii
The development repository for the deal.II finite element library
FEniCS/dolfinx
Next generation FEniCS problem solving environment for solving finite element problems
ElmerCSC/elmerfem
Official git repository of Elmer FEM software
pbreheny/biglasso
biglasso: Extending Lasso Model Fitting to Big Data in R
JuliaClimate/ClimateTools.jl
Climate science package for Julia
llnl/axom
CS infrastructure components for HPC applications
parapet-io/parapet
A purely functional library for building distributed and event-driven systems.
mpi4py/mpi4py
Python bindings for MPI
MultithreadCorner/Hydra
Header only framework for data analysis in massively parallel platforms.
KratosMultiphysics/Kratos
Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
kokkos/kokkos
Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory Abstraction
NVlabs/cutile-rs
cuTile Rust provides a safe, tile-based kernel programming DSL for the Rust programming language. It features a safe host-side API for passing tensors to asynchronously executed kernel functions.
gridap/GridapDistributed.jl
Parallel distributed-memory version of Gridap
llnl/RAJA
RAJA Performance Portability Layer (C++)
SciML/MethodOfLines.jl
Automatic Finite Difference PDE solving with Julia SciML
AccelerateHS/accelerate
Embedded language for high-performance array computations
mfem/mfem
Lightweight, general, scalable C++ library for finite element methods
slimgroup/JUDI.jl
Julia Devito inversion.
feelpp/feelpp
:gem: Feel++: Finite Element Embedded Language and Library in C++
lehins/massiv
Efficient Haskell Arrays featuring Parallel computation
pipefunc/pipefunc
Lightweight fast function pipeline (DAG) creation in pure Python for scientific (HPC) workflows 🕸️🧪
mtmucha/coros
An easy-to-use and fast library for task-based parallelism, utilizing coroutines.
PhasicFlow/phasicFlow
Parallel, highly efficient code (CPU and GPU) for DEM and CFD-DEM simulations.
cmuparlay/parlaylib
A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines
owensgroup/RXMesh
GPU-accelerated triangle mesh processing
pothosware/PothosCore
The Pothos data-flow framework
ashvardanian/ForkUnion
Low-latency NUMA-aware fork-join thread-pool with zero allocations, syscalls, CAS, or false-sharing on the hot path for C, C++, Rust, and Zig 🍴