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