directive-based programming model
C11640
concept
A directive-based programming model is a high-level parallel programming approach where developers annotate code with compiler-interpreted directives (pragmas) to express parallelism and data movement without explicitly managing low-level threading or synchronization details.