Shared Memory Flashcards
1
Q
What are the classifications of shared memory machines?
A
Uniform Memory Access (UMA) of Symmetric Multi Processor (SMP) and Non Uniform Memory Access (NUMA) machines
2
Q
Most commonly used shared memory programming model?
A
Thread model. Example POSIX threads, OpenMP