#include <omp.h>Include dependency graph for parallel-1.C:

Go to the source code of this file.
Functions | |
| void | abort (void) |
| int | foo (void) |
| main () | |
| void abort | ( | void | ) |
| int foo | ( | void | ) |
Definition at line 6 of file parallel-1.C.
| main | ( | void | ) |
Definition at line 11 of file parallel-1.C.
References abort(), and omp_get_num_threads().
Here is the call graph for this function:

1.4.7