/* * @@name: nowait.2 * @@type: C * @@operation: compile * @@expect: success * @@version: pre_omp_3.0 */ #include void nowait_example2(int n, float *a, float *b, float *c, float *y, float *z) { int i; #pragma omp parallel { #pragma omp for schedule(static) nowait for (i=0; i