myfunc.c (121B)
1 void myfunc(int A[], const int N, const int tid) 2 { 3 #pragma omp for 4 for (int i = 0; i < N; ++i) 5 A[i] = tid; 6 }
cs205-lecture-examplesExample codes used during Harvard CS205 lectures | |
| git clone https://git.0xfab.ch/cs205-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |