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