#include <omp.h>
Include dependency graph for a.4.1.c:
Go to the source code of this file.
Functions | |
void | abort (void) |
void | subdomain (float *x, int istart, int ipoints) |
void | sub (float *x, int npoints) |
int | main () |
void abort | ( | void | ) |
int main | ( | void | ) |
void sub | ( | float * | x, | |
int | npoints | |||
) |
Definition at line 14 of file a.4.1.c.
References omp_get_num_threads(), omp_get_thread_num(), and subdomain().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:
void subdomain | ( | float * | x, | |
int | istart, | |||
int | ipoints | |||
) |