/* * @@name: reduction.7c * @@type: C * @@compilable: yes * @@linkable: no * @@expect: success * @@version: omp_4.5 */ #include #define N 100 void init(int n, float (*b)[N]); int main(){ int i,j; float a[N], b[N][N]; init(N,b); for(i=0; i