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

Go to the source code of this file.
Functions | |
| int | main (void) |
| int main | ( | void | ) |
Definition at line 6 of file nested-3.c.
References abort(), e, memset(), omp_get_active_level(), omp_get_ancestor_thread_num(), omp_get_level(), omp_get_num_threads(), omp_get_team_size(), omp_get_thread_num(), omp_in_parallel(), omp_set_dynamic(), and omp_set_nested().
Here is the call graph for this function:

1.4.7