Skip to content

Commit

Permalink
lfs -> lsf
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 1, 2024
1 parent c14f5ce commit 01a81e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sections/user_guide/uw_yaml/forecast_yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The MPI command used to run the model executable. Typical options are ``srun``,

``scheduler:``
^^^^^^^^^^^^^^
The name of the batch system. Supported options are ``lfs``, ``pbs``, and ``slurm``.
The name of the batch system. Supported options are ``lsf``, ``pbs``, and ``slurm``.

The ``preprocessing:`` block
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/uwtools/resources/FV3Forecast.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
},
"scheduler": {
"enum": [
"lfs",
"lsf",
"pbs",
"slurm"
],
Expand Down
2 changes: 1 addition & 1 deletion src/uwtools/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from uwtools.scheduler import JobScheduler
from uwtools.tests.support import compare_files

# LFS tests
# LSF tests


@fixture
Expand Down

0 comments on commit 01a81e7

Please sign in to comment.