, single sections , , .
, single copyprivate, :
... , .
workbaring sections, , lastprivate reduction, single .
, , :
#pragma omp single nowait
{
printf("Thread %d in #1 single construct.\n", tid);
}
#pragma omp single nowait
{
printf("Thread %d in #2 single construct.\n", tid);
}
#pragma omp single nowait
{
printf("Thread %d in #3 single construct.\n", tid);
}
a sections, a sections nowait. a sections, , single .