libs/ck-libs/metis/GKlib/omp.c File Reference
Go to the source code of this file.
Function Documentation
void omp_set_num_threads |
( |
int |
num_threads |
) |
|
Definition at line 14 of file omp.c.
int omp_get_num_threads |
( |
void |
|
) |
|
Definition at line 15 of file omp.c.
int omp_get_max_threads |
( |
void |
|
) |
|
Definition at line 16 of file omp.c.
int omp_get_thread_num |
( |
void |
|
) |
|
Definition at line 17 of file omp.c.
int omp_get_num_procs |
( |
void |
|
) |
|
Definition at line 18 of file omp.c.
int omp_in_parallel |
( |
void |
|
) |
|
Definition at line 19 of file omp.c.
void omp_set_dynamic |
( |
int |
num_threads |
) |
|
Definition at line 20 of file omp.c.
int omp_get_dynamic |
( |
void |
|
) |
|
Definition at line 21 of file omp.c.
void omp_set_nested |
( |
int |
nested |
) |
|
Definition at line 22 of file omp.c.
int omp_get_nested |
( |
void |
|
) |
|
Definition at line 23 of file omp.c.