Section: 3.11 Mpimon options
Scali MPI Connect Release 4.4 Users Guide 35
3.11.1 Giving numeric values to mpimon
Numeric values can be given as mpimon options in the following way:
[<prefix>]<numeric value>[<postfix>]
where
<prefix> selects numeric base when interpreting the value
“0x” indicates hex-number (base = 16)
“0” indicates octal-number (base = 8)
if <prefix> is omitted, decimal-number (base = 10) is assumed
and
<postfix> selects a multiplication factor
“K”: means a multiplication with 1024
“M”: means a multiplication with 1024 * 1024
Examples:
Input: Value as interpreted by mpimon (in decimal):
123 123
0x10 16
0200 128
1K 1024
2M 2 097 152