Consistency in State/Memory Manipulation – CC
Memory consistency in parallel computing refers to the order in which memory operations (such as reads and writes) appear to execute across multiple processors or cores. A memory consistency model ensures that all processors observe memory updates in a coherent way, so that the results of a program are predictable.
Standford University Slides: Memory Consistency/p>
Parallel Computing Consistency Explained – Information Document