#include <stdlib.h>
#include <omp.h>
Include dependency graph for lib-1.c:
Go to the source code of this file.
Functions | |
int | main (void) |
int main | ( | void | ) |
Definition at line 5 of file lib-1.c.
References abort(), d, e, l, omp_get_dynamic(), omp_get_max_threads(), omp_get_nested(), omp_get_num_procs(), omp_get_num_threads(), omp_get_thread_num(), omp_get_wtick(), omp_get_wtime(), omp_in_parallel(), omp_set_dynamic(), omp_set_nested(), and omp_set_num_threads().
Here is the call graph for this function: