#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for omp_workshare1.c:
Go to the source code of this file.
Defines | |
#define | CHUNKSIZE 10 |
#define | N 100 |
Functions | |
int | main (int argc, char *argv[]) |
#define CHUNKSIZE 10 |
#define N 100 |
Definition at line 15 of file omp_workshare1.c.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 17 of file omp_workshare1.c.
References a, b, c, CHUNKSIZE, i, N, nthreads, omp_get_num_threads(), and omp_get_thread_num().
Here is the call graph for this function: