12 lines
352 B
Markdown
12 lines
352 B
Markdown
mkparallel
|
|
---
|
|
Execute a serial command embarassingly parallel.
|
|
|
|
Usage:
|
|
```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.
|