Run a serial program embarassingly parallel.
Go to file
Michael Krayer a34c9714ab initial commit 2021-01-19 13:13:42 +01:00
src initial commit 2021-01-19 13:13:42 +01:00
README.md initial commit 2021-01-19 13:13:42 +01:00
build initial commit 2021-01-19 13:13:42 +01:00

README.md

mkparallel

Execute a serial command embarassingly parallel. Usage: mpirun -n mkparallel

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 with a value greater than zero.