Skip to content

Commit 097b7b9

Browse files
committed
Update README.md
typo
1 parent 9d3a322 commit 097b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The output/error logs in are saved in the folder `./SMART_DISPATCH_LOGS/{job_id}
2929
###Using a pool of workers
3030
`smart_dispatch.py -q qtest@mp2 -p 2 launch python my_script.py "1 2" 80 "tanh sigmoid" 0.1`
3131

32-
This will behave exactly the same way as the basic example above but the number of commands launched on the supercomputer will be 2 instead of 4 and each job will be in charge of running 2 commands each.
32+
This will behave exactly the same way as the basic example above but the number of jobs launched on the supercomputer will be 2 instead of 4 and each job will be in charge of running 2 commands each.
3333

3434

3535
###Resuming a job (if launched using pool of workers)

0 commit comments

Comments
 (0)