Skip to content

Commit

Permalink
Doc typo fix (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
LavendaRaphael authored Apr 10, 2022
1 parent 221839e commit 793a7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task_list = [task0, task1, task2, task3, task4]

submission = Submission(work_base='lammps_md_300K_5GPa/',
machine=machine,
resources=reasources,
resources=resources,
task_list=task_list,
forward_common_files=['graph.pb'],
backward_common_files=[]
Expand Down
2 changes: 1 addition & 1 deletion dpdispatcher/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def arginfo():
doc_wait_time = 'The waitting time in second after a single `task` submitted'

strategy_args = [
Argument("if_cuda_multi_devices", bool, optional=True, default=True),
Argument("if_cuda_multi_devices", bool, optional=True, default=False),
Argument("ratio_unfinished", float, optional=True, default=0.0)
]
doc_strategy = 'strategies we use to generation job submitting scripts.'
Expand Down

0 comments on commit 793a7d5

Please sign in to comment.