/* * @@name: doacross.3c * @@type: C * @@compilable: no * @@linkable: no * @@expect: failure */ #define N 100 void work_wrong(double p[][N][N]) { int i, j, k; #pragma omp parallel for ordered(2) private(i,j,k) for (i=1; i