#include <omp.h>
#include <stdlib.h>
Include dependency graph for a.36.1.c:
Go to the source code of this file.
Functions | |
void | do_by_16 (float *x, int iam, int ipoints) |
void | a36 (float *x, int npoints) |
int | main () |
void a36 | ( | float * | x, | |
int | npoints | |||
) |
Definition at line 11 of file a.36.1.c.
References abort(), do_by_16(), omp_get_num_threads(), omp_get_thread_num(), omp_set_dynamic(), and omp_set_num_threads().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:
void do_by_16 | ( | float * | x, | |
int | iam, | |||
int | ipoints | |||
) |
int main | ( | void | ) |