#include <omp.h>
#include <stdlib.h>
Include dependency graph for pr32362-2.c:
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
int | a = 2 |
int | b = 4 |
int main | ( | void | ) |
Definition at line 11 of file pr32362-2.c.
References a, abort(), b, n, omp_get_thread_num(), omp_set_dynamic(), omp_set_nested(), and omp_set_num_threads().
Here is the call graph for this function:
int a = 2 |
Definition at line 8 of file pr32362-2.c.
int b = 4 |
Definition at line 8 of file pr32362-2.c.