uqfoundation/pathos
parallel graph management and execution in heterogeneous computing observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 34
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 237.5
- age_days: 4814
- days_rel: 226
- days_push: 73
- n_releases_24m: 3
Adoption not part of the score
1484 stars · 89 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pathos is a Python framework for parallel graph management and execution across heterogeneous computing resources. It provides drop-in parallel and distributed versions of map and apply, with pluggable launchers including ssh-based, MPI-based, and multiprocessing backends.
Use cases
- parallelize a serial Python loop with minimal refactoring
- run map/apply across multiple machines over ssh
- launch MPI-based parallel jobs on a cluster
- nest parallel maps for hierarchical heterogeneous computing
- serialize Python functions and closures for remote execution
- monitor and control remote RPC services from Python
When to choose
- you want drop-in parallel map without rewriting your codebase
- you need one codebase spanning serial, threaded, multiprocess, ssh, and MPI execution
- you need to pickle nearly any Python object (via dill) for distributed tasks
- you want hierarchical/nested parallelism across heterogeneous resources
When to avoid
- you need fine-grained control over MPI internals or node-level HPC scheduling
- you need GPU/accelerator parallelism (use CUDA or Dask instead)
- you want a full distributed data pipeline framework like Dask or Ray
- you need strict async/await concurrency rather than process-based parallelism
Facets
library · maturity active
concurrency serialization caching rpc microservices developer-tools python cross-platform cli parallel-computing parallel-map heterogeneous-computing ssh-launcher mpi multiprocessing dill automation
2 sources
- readme: https://github.com/uqfoundation/pathos · fetched 2026-08-28 · 1729357e87dd
- registry_pypi: https://pypi.org/pypi/pathos/json · fetched 2026-08-29 · 65f16286ef2f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uqfoundation/pathos | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="uqfoundation/pathos")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem