Update 'README.md'
This commit is contained in:
parent
a34c9714ab
commit
3c5f24de27
11
README.md
11
README.md
|
|
@ -1,8 +1,11 @@
|
||||||
mkparallel
|
mkparallel
|
||||||
---
|
---
|
||||||
Execute a serial command embarassingly parallel.
|
Execute a serial command embarassingly parallel.
|
||||||
Usage:
|
|
||||||
mpirun -n <nproc> mkparallel <command> <digits>
|
|
||||||
|
|
||||||
<command> is the command to be executed where every occurence of {} will be replaced by the rank of the processor.
|
Usage:
|
||||||
The rank can be padded with leading zeros by specifying <digits> with a value greater than zero.
|
```bash
|
||||||
|
mpirun -n <nproc> mkparallel <command> <digits>
|
||||||
|
```
|
||||||
|
|
||||||
|
`<command>` is the command to be executed where every occurence of `{}` will be replaced by the rank of the processor.
|
||||||
|
The rank can be padded with leading zeros by specifying `<digits>` with a value greater than zero.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue