Skip to content

Commit

Permalink
README: Change LSFManager to LSFClusterManager.LSFManager (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 6, 2025
1 parent 5442bc1 commit 7e0dae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

The `LSFClusterManager.jl` package implements code for the LSF (Load Sharing Facility) compute cluster job queue system.

`LSFManager` supports IBM's scheduler. See the `addprocs_lsf` docstring
`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(LSFManager(np, bsub_flags, ssh_cmd, retry_delays, throttle))` |
| Load Sharing Facility (LSF) | `addprocs_lsf(np::Integer; bsub_flags=``, ssh_cmd=``)` or `addprocs(LSFClusterManager.LSFManager(np, bsub_flags, ssh_cmd, retry_delays, throttle))` |

0 comments on commit 7e0dae4

Please sign in to comment.