-
Notifications
You must be signed in to change notification settings - Fork 7
/
testlist-c.txt
68 lines (66 loc) · 1.32 KB
/
testlist-c.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# List containing the tests of the OpenMPValidaion Suite available to check
# the c implementation.
has_openmp
omp_atomic
omp_barrier
omp_critical
omp_flush
omp_for_firstprivate
omp_for_lastprivate
omp_for_ordered
omp_for_private
omp_for_reduction
omp_for_schedule_dynamic
omp_for_schedule_guided
omp_for_schedule_static
omp_for_nowait
omp_get_num_threads
omp_get_wtick
omp_get_wtime
omp_in_parallel
omp_lock
omp_master
omp_nest_lock
omp_parallel_copyin
omp_parallel_for_firstprivate
omp_parallel_for_lastprivate
omp_parallel_for_ordered
omp_parallel_for_private
omp_parallel_for_reduction
omp_parallel_num_threads
omp_parallel_sections_firstprivate
omp_parallel_sections_lastprivate
omp_parallel_sections_private
omp_parallel_sections_reduction
omp_section_firstprivate
omp_section_lastprivate
omp_section_private
omp_sections_reduction
omp_sections_nowait
omp_parallel_for_if
omp_single_copyprivate
omp_single_nowait
omp_single_private
omp_single
omp_test_lock
omp_test_nest_lock
omp_threadprivate
omp_parallel_default
omp_parallel_shared
omp_parallel_private
omp_parallel_firstprivate
omp_parallel_if
omp_parallel_reduction
# New tests for OpenMP 3.0
omp_for_collapse
omp_master_3
omp_task
omp_task_if
omp_task_untied
omp_task_shared
omp_task_private
omp_task_firstprivate
omp_taskwait
# New tests for OpenMP 3.1
omp_taskyield
omp_task_final