Next: , Previous: , Up: Other statements   [Contents][Index]


4.8.3 Touching memory

“Touching” memory means reading and writing it. The coNCePTuaL TOUCHES statement enables a program to touch memory for one of two purposes: either to simulate computation in an application by thrashing some or all of the memory hierarchy or to preload message buffers into the upper levels of the memory hierarchy in order to better separate communication costs from memory costs.

Scott Pakin, pakin@lanl.gov