An open API service indexing awesome lists of open source software.

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)

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).