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