Run a serial program embarassingly parallel.
Go to file
Michael Krayer 0b775a076c modified screen output 2021-01-19 13:22:13 +01:00
src modified screen output 2021-01-19 13:22:13 +01:00
README.md Update 'README.md' 2021-01-19 13:16:16 +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 <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.