Skip to content

Commit dbca58e

Browse files
authored
Update tutorial_add_executor.rst
1 parent 2257fbd commit dbca58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/tutorial_add_executor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This tutorial will focus on using BatchSchedulerExecutor as a base, rather than
2727
The batch scheduler executor is based around a model where interactions with a local resource manager happen via command line invocations.
2828
For example, with PBS `qsub` and `qstat` commands are used to submit a request and to see status.
2929

30-
To use BatchSchedulerExecutor for a new local resource manager that uses this command line interface, use subclass BatchSchedulerExecutor and add in code that understands how to form the command lines necessary to submit a request for an allocation and to get allocation status. This tutorial will do that for PBSPro.
30+
To use BatchSchedulerExecutor for a new local resource manager that uses this command line interface, subclass BatchSchedulerExecutor and add in code that understands how to form the command lines necessary to submit a request for an allocation and to get allocation status. This tutorial will do that for PBSPro.
3131

3232
First set up a directory structure::
3333

0 commit comments

Comments
 (0)