The
V-Class server implements only one partition of hypernode-local
memory. This is accessed using the
thread_private and node_private virtual memory classes. This chapter
includes discussion of the following topics:
The information in this chapter is provided for programmers
who want to manually optimize their
shared-memory programs on a single-node server. This is ultimately
achieved by using compiler directives or pragmas to partition memory
and otherwise control compiler optimizations. It can also be achieved
using storage class specifiers in C and C++.