Message Sizes
Use the
-mr
option to set the range of message sizes to be tuned (in bytes):> mpitune ... -mr 16:2097152
The
mpitune
utility tunes MPI operations with message sizes that are powers of 2
, between the specified bounds of 16
and 2097152
bytes.