Skip to content

Commit 7f14ae6

Browse files
committed
Update README.md
Updated the examples.
1 parent ce8004a commit 7f14ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See `smart_dispatch.py --help`
1414
###Basic
1515
A batch composed of four variations of a simple command.
1616

17-
`smart_dispatch.py -q qtest@mp2 launch python my_script.py "1 2" 80 "tanh sigmoid" 0.1`
17+
`smart_dispatch.py -q qtest@mp2 launch python my_script.py [1 2] 80 [tanh sigmoid] 0.1`
1818

1919
This will generate 4 different commands and launch them on the queue qtest@mp2:
2020
```
@@ -27,7 +27,7 @@ The output/error logs in are saved in the folder `./SMART_DISPATCH_LOGS/{job_id}
2727

2828

2929
###Using a pool of workers
30-
`smart_dispatch.py -q qtest@mp2 -p 2 launch python my_script.py "1 2" 80 "tanh sigmoid" 0.1`
30+
`smart_dispatch.py -q qtest@mp2 -p 2 launch python my_script.py [1 2] 80 [tanh sigmoid] 0.1`
3131

3232
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

0 commit comments

Comments
 (0)