#include <omp.h>
Include dependency graph for copyin-1.C:
Go to the source code of this file.
Functions | |
void | abort (void) |
int | main (void) |
Variables | |
int | thr = 32 |
void abort | ( | void | ) |
int main | ( | void | ) |
Definition at line 12 of file copyin-1.C.
References abort(), l, omp_get_thread_num(), omp_set_dynamic(), omp_set_num_threads(), and thr.
Here is the call graph for this function:
int thr = 32 |
Definition at line 8 of file copyin-1.C.