#include <omp.h>#include <stdio.h>Include dependency graph for omp_workshare4.c:

Go to the source code of this file.
Defines | |
| #define | N 50 |
| #define | CHUNKSIZE 5 |
Functions | |
| main () | |
| #define CHUNKSIZE 5 |
Definition at line 16 of file omp_workshare4.c.
| #define N 50 |
Definition at line 15 of file omp_workshare4.c.
| main | ( | void | ) |
Definition at line 18 of file omp_workshare4.c.
References a, b, c, CHUNKSIZE, i, N, and omp_get_thread_num().
Here is the call graph for this function:

1.4.7