Skip to content

Commit a960c42

Browse files
committed
Fix up language in instructions for specifying batch system(s) to advertise
1 parent 6c1e282 commit a960c42

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,15 +509,22 @@ You will also need `resource` and `resource_group` from the `Site Information` s
509509
You can also use `--resource` and `--resource-group` on the command line to specify these
510510
instead.
511511

512-
In addition, you should also have at least one batch system section with the attribute `enabled=True`, e.g.
512+
In addition, you need to specify at least one batch system.
513+
The recognized batch systems are "Condor", "LSF", "PBS", "SGE", and "SLURM".
514+
You can specify available batch systems in one of three ways:
515+
516+
1. Have a batch system section (one of the `20-*.ini` files) with the attribute `enabled=True`, e.g.
513517
```ini
514518
[Condor]
515519
enabled=True
516520
```
517-
The recognized batch systems are "Condor", "LSF", "PBS", "SGE", and "SLURM".
518-
If you are using BOSCO, specify your batch system in `20-bosco.ini`.
521+
2. If you are using BOSCO, specify your batch system in the `batch` attribute in `20-bosco.ini`.
522+
523+
3. Specify a comma-separated list with `--batch-systems` on the command line.
524+
519525

520-
Alternatively, you can specify a comma-separated list with `--batch-systems` on the command line.
526+
Batch systems specified on the command line take precedence. If you have both a BOSCO section
527+
and an enabled batch system section, all of them will be listed in the attributes file.
521528

522529

523530
Invocation

0 commit comments

Comments
 (0)