/* * @@name: nowait.2c * @@type: C * @@compilable: yes * @@linkable: no * @@expect: success */ #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