https://github.com/oameye/schedulers.jl
Elastic and fault tolerant parallel map and parallel map reduce methods. Part of the COFII framework.
https://github.com/oameye/schedulers.jl
Last synced: 2 months ago
JSON representation
Elastic and fault tolerant parallel map and parallel map reduce methods. Part of the COFII framework.
- Host: GitHub
- URL: https://github.com/oameye/schedulers.jl
- Owner: oameye
- License: other
- Created: 2025-08-02T20:29:22.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-08-02T22:07:49.000Z (2 months ago)
- Last Synced: 2025-08-02T23:28:17.745Z (2 months ago)
- Language: Julia
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Schedulers.jl
Schedulers.jl provides elastic and fault tolerant parallel map and parallel map reduce methods.
The primary feature that distinguishes Schedulers parallel map method from Julia's `Distributed.pmap`
is elasticity where the cluster is permitted to dynamically grow/shrink. The parallel map reduce
method also aims for features of fault tolerance, dynamic load balancing and elasticity.| **Documentation** | **Action Statuses** |
|:---:|:---:|
| [![][docs-dev-img]][docs-dev-url] [![][docs-stable-img]][docs-stable-url] | [![][doc-build-status-img]][doc-build-status-url] [![][build-status-img]][build-status-url] [![][code-coverage-img]][code-coverage-results] |[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://chevronetc.github.io/Schedulers.jl/dev/[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://ChevronETC.github.io/Schedulers.jl/stable[doc-build-status-img]: https://github.com/ChevronETC/Schedulers.jl/workflows/Documentation/badge.svg
[doc-build-status-url]: https://github.com/ChevronETC/Schedulers.jl/actions?query=workflow%3ADocumentation[build-status-img]: https://github.com/ChevronETC/Schedulers.jl/workflows/Tests/badge.svg
[build-status-url]: https://github.com/ChevronETC/Schedulers.jl/actions?query=workflow%3A"Tests"[code-coverage-img]: https://codecov.io/gh/ChevronETC/Schedulers.jl/branch/master/graph/badge.svg
[code-coverage-results]: https://codecov.io/gh/ChevronETC/Schedulers.jl---
Fork of ChevronETC/Schedulers.jl