From 7e0dae41582ce7d77d3e2587f86300a2823e49d2 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 5 Jan 2025 21:12:24 -0500 Subject: [PATCH] README: Change `LSFManager` to `LSFClusterManager.LSFManager` (#7) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a4182f..6799ae4 100755 --- a/README.md +++ b/README.md @@ -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))` |