First page Back Continue Last page Overview Graphics
Using OOCXArrayX
Application creates OOCXArrayX much like an XArrayX
- Must create multiple GridXs per processor
Application enables OOCXArrayX
- Determines non-overlapping EmbeddingX
- Creates swap array (FileArrayX)
- Sets number of GridXs to cache
Application uses OOCXArrayX much like an XArrayX
- Programmer must ensure only cached GridXs are accessed
- Possible, as cache behavior predictable from source
- Performance implications should also be considered
Must use OOCMoverX for communicating
Notes: