LLVM OpenMP 20.0.0git
Macros | Functions | Variables
omp_nonmonotonic_dynamic1.c File Reference
#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
 

Macro Definition Documentation

◆ CHUNK

#define CHUNK   10

Definition at line 11 of file omp_nonmonotonic_dynamic1.c.

◆ ITERS

#define ITERS   100

Definition at line 10 of file omp_nonmonotonic_dynamic1.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 14 of file omp_nonmonotonic_dynamic1.c.

References CHUNK, err, i, ITERS, and omp_set_num_threads.

Variable Documentation

◆ err

int err = 0

Definition at line 12 of file omp_nonmonotonic_dynamic1.c.

Referenced by main().