Skip to content

Commit 6b264c7

Browse files
authored
Merge pull request #122 from saltball/for_pbs_torque
Correct doc of PR#86.
2 parents cc351b0 + 2695310 commit 6b264c7

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)