#include <omp.h>#include <stdio.h>#include <stdlib.h>Include dependency graph for omp_hello.c:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 17 of file omp_hello.c.
References nthreads, omp_get_num_threads(), and omp_get_thread_num().
Here is the call graph for this function:

1.4.7