LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <omp.h>
Go to the source code of this file.
Macros | |
#define | ITERS 100 |
#define | CHUNK 10 |
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | err = 0 |
#define CHUNK 10 |
Definition at line 11 of file omp_nonmonotonic_dynamic1.c.
#define ITERS 100 |
Definition at line 10 of file omp_nonmonotonic_dynamic1.c.
Definition at line 14 of file omp_nonmonotonic_dynamic1.c.
References CHUNK, err, i, ITERS, and omp_set_num_threads.
int err = 0 |
Definition at line 12 of file omp_nonmonotonic_dynamic1.c.
Referenced by main().