Section: 3.11 Mpimon options
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 |
| “0” indicates |
| if <prefix> is omitted, |
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 |
Scali MPI Connect Release 4.4 Users Guide | 35 |