https://github.com/bcbi/existingprocessmanagers.jl
Provides the ExistingProcessManager cluster manager for telling Distributed about Julia worker processes that you have already started
https://github.com/bcbi/existingprocessmanagers.jl
Last synced: 5 months ago
JSON representation
Provides the ExistingProcessManager cluster manager for telling Distributed about Julia worker processes that you have already started
- Host: GitHub
- URL: https://github.com/bcbi/existingprocessmanagers.jl
- Owner: bcbi
- License: mit
- Created: 2020-10-15T05:31:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T21:02:25.000Z (almost 6 years ago)
- Last Synced: 2025-07-22T12:32:21.700Z (about 1 year ago)
- Language: Julia
- Homepage: https://docs.bcbi.brown.edu/ExistingProcessManagers.jl/stable/
- Size: 154 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExistingProcessManagers
[](https://bcbi.github.io/ExistingProcessManagers.jl/stable)
[](https://bcbi.github.io/ExistingProcessManagers.jl/dev)
[](https://github.com/bcbi/ExistingProcessManagers.jl/actions)
[](https://codecov.io/gh/bcbi/ExistingProcessManagers.jl)
ExistingProcessManagers
provides the `ExistingProcessManager` type, which is a `ClusterManager` for
telling `Distributed` about Julia worker processes that you have already
started.
Please see the [documentation](https://bcbi.github.io/ExistingProcessManagers.jl/stable).