LLVM OpenMP
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
c
d
e
g
h
i
m
n
p
r
s
t
u
Functions
c
d
e
g
i
m
n
p
r
s
u
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
_
a
b
c
d
e
i
k
l
m
n
o
p
r
t
u
Enumerations
_
b
c
d
f
k
l
n
o
s
t
Enumerator
_
a
b
c
d
e
f
k
l
n
o
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
runtime
test
env
kmp_dispatch_buf_range.c
Go to the documentation of this file.
1
// RUN: %libomp-compile
2
// RUN: env KMP_DISP_NUM_BUFFERS=0 %libomp-run 2>&1 | FileCheck --check-prefix=SMALL %s
3
// RUN: env KMP_DISP_NUM_BUFFERS=4097 %libomp-run 2>&1 | FileCheck --check-prefix=LARGE %s
4
// SMALL: OMP: Warning
5
// SMALL-SAME: KMP_DISP_NUM_BUFFERS
6
// SMALL-SAME: too small
7
// LARGE: OMP: Warning
8
// LARGE-SAME: KMP_DISP_NUM_BUFFERS
9
// LARGE-SAME: too large
10
#include <stdio.h>
11
#include <stdlib.h>
12
13
int
main
() {
14
int
i
;
15
#pragma omp parallel for
16
for
(
i
= 0;
i
< 1000;
i
++) {}
17
return
EXIT_SUCCESS;
18
}
main
int main()
Definition:
kmp_dispatch_buf_range.c:13
i
#define i
Definition:
kmp_stub.cpp:87
Generated on Tue Jun 17 2025 02:06:34 for LLVM OpenMP by
1.9.6