Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.48 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.48 KB

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