#pragma OMP OpenMP指示名 指示節,...
if(cond) #pragma omp barrier else x = ...;
if(cond){ #pragma omp barrier } else x = ...;