Skip to content

Commit 37c77d0

Browse files
committed
Update doc for machine.
1 parent f681de8 commit 37c77d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpdispatcher/machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def gen_command_env_cuda_devices(self, resources):
284284
@staticmethod
285285
def arginfo():
286286
# TODO: change the possible value of batch and context types after we refactor the code
287-
doc_batch_type = 'The batch job system type. Option: Slurm, PBS, LSF, Shell, DpCloudServer'
287+
doc_batch_type = 'The batch job system type. Option: Slurm, PBS (for OpenPBS only), Torque (for Torque version of pbs), LSF, Shell, DpCloudServer'
288288
doc_context_type = 'The connection used to remote machine. Option: LocalContext, LazyLocalContext, SSHContext, DpCloudServerContext'
289289
doc_local_root = 'The dir where the tasks and relating files locate. Typically the project dir.'
290290
doc_remote_root = 'The dir where the tasks are executed on the remote machine. Only needed when context is not lazy-local.'

0 commit comments

Comments
 (0)