Go To Top Go Up Go Back Go Forward


FMS Hardware Parameter MDINIT

Data Type

Integer

Default Value

0, except when NUMA placement is requested

2, on Compaq when NUMAFL=1

4, on SGI when NUMAFL=1

DESCRIPTION:

This parameter provides the following options for initializing the FMS memory. The options are bit flags. You may choose any combination.

Because the memory in the FMS memory pool is treated as scratch memory, it should not be necessary to initialize its value to zero. However, if you encounter problems with your use of memory from the FMS pool, you can try setting MDINIT to 1.

When MDINIT is not zero, the memory is touched during FMSINI. From the system point of view, this involves setting the page table entries for each page in the memory pool. This may take some time, especially on large memory systems. The time required for this task also depends on the state of the machine. On a freshly booted system, where the page table entries are mostly zero, the process proceeds more rapidly than on a system that has been running, where the old page contents must first be flushed to disk.

If you are doing benchmarking and want to obtain consistent measurements, you should set MDINIT to 1 or 2. This will force the page table into a known state before computation begins. This avoids delays in setting page table entries during computation, which may vary from run to run.

Because this parameter effects actions during FMSINI, it must be set in the License File.


Go To Top Go Up Go Back Go Forward
Copyright © Multipath Corporation