https://github.com/juliaparallel/lsfclustermanager.jl
Run jobs on LSF clusters (extracted from ClusterManagers.jl)
https://github.com/juliaparallel/lsfclustermanager.jl
Last synced: 4 months ago
JSON representation
Run jobs on LSF clusters (extracted from ClusterManagers.jl)
- Host: GitHub
- URL: https://github.com/juliaparallel/lsfclustermanager.jl
- Owner: JuliaParallel
- License: other
- Created: 2025-01-06T01:14:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-03T16:32:47.000Z (over 1 year ago)
- Last Synced: 2025-12-20T23:15:57.578Z (6 months ago)
- Language: Julia
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# LSFClusterManager.jl
The `LSFClusterManager.jl` package implements code for the LSF (Load Sharing Facility) compute cluster job queue system.
`LSFClusterManager.LSFManager` supports IBM's scheduler. See the `addprocs_lsf` docstring
for more information.
Implemented in this package (the `LSFClusterManager.jl` package):
| Job queue system | Command to add processors |
| ---------------- | ------------------------- |
| Load Sharing Facility (LSF) | `addprocs_lsf(np::Integer; bsub_flags=``, ssh_cmd=``)` or `addprocs(LSFClusterManager.LSFManager(np, bsub_flags, ssh_cmd, retry_delays, throttle))` |
The functionality in this package originally used to live in [`ClusterManagers.jl`](https://github.com/JuliaParallel/ClusterManagers.jl).