Integer
48, Compaq GS series
11, SGI Origin series.
This parameter specifies how the compute and I/O threads are bound to processors. The options are:
These options provide an essential part of the NUMA technology. They provide the link between what memory is addressed by each thread and where the memory is located.
Two choices are available for binding threads. One choice binds the threads to specific CPU's. This has the advantage of assuring that maximum reuse of the cache will occur, even if a thread is interrupted by an I/O process.
The second choice binds the threads to the node. This allows the threads to be scheduled on any processor on the node. This allows the I/O and CPU threads to make maximum use of the compute resources on the node. However, if the thread looses it's affinity for the processor and is rescheduled on another processor, additional cache loads will result.
FMS
distributes the I/O threads uniformly among the nodes.