#include <omp.h>#include <stdlib.h>Include dependency graph for nested-2.c:

Go to the source code of this file.
Functions | |
| int | main (void) |
| int main | ( | void | ) |
Definition at line 5 of file nested-2.c.
References abort(), i, j, omp_get_num_threads(), omp_get_thread_num(), omp_set_dynamic(), and omp_set_nested().
Here is the call graph for this function:

1.4.7