Skip to content

Commit 7e0dae4

Browse files
authored
README: Change LSFManager to LSFClusterManager.LSFManager (#7)
1 parent 5442bc1 commit 7e0dae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

5-
`LSFManager` supports IBM's scheduler. See the `addprocs_lsf` docstring
5+
`LSFClusterManager.LSFManager` supports IBM's scheduler. See the `addprocs_lsf` docstring
66
for more information.
77

88
Implemented in this package (the `LSFClusterManager.jl` package):
99

1010
| Job queue system | Command to add processors |
1111
| ---------------- | ------------------------- |
12-
| Load Sharing Facility (LSF) | `addprocs_lsf(np::Integer; bsub_flags=``, ssh_cmd=``)` or `addprocs(LSFManager(np, bsub_flags, ssh_cmd, retry_delays, throttle))` |
12+
| 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 commit comments

Comments
 (0)