/* * @@name: doacross.2 * @@type: C * @@operation: compile * @@expect: success * @@version: omp_5.2 */ float foo(int i, int j); float bar(float a, float b, float c); float baz(float b); void work( int N, int M, float **A, float **B, float **C ) { int i, j; #pragma omp for ordered(2) for (i=1; i