flush Directive
Specifies that the thread's temporary memory view of the value of an object is consistent with the value of the object in memory.
Binding thread set: encountering thread
Format
#pragma omp flush [(list)] newline
Specifies that the thread's temporary memory view of the value of an object is consistent with the value of the object in memory.
Binding thread set: encountering thread
#pragma omp flush [(list)] newline