LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
int | test_omp_for_runtime () |
int | main (int argc, char **argv) |
Variables | |
int | sum |
char * | correct_kind_string |
omp_sched_t | correct_kind |
int | correct_chunk_size |
Definition at line 65 of file omp_for_schedule_runtime.c.
References correct_chunk_size, correct_kind, i, REPETITIONS, and test_omp_for_runtime().
int test_omp_for_runtime | ( | ) |
Definition at line 24 of file omp_for_schedule_runtime.c.
References chunk_size, correct_chunk_size, correct_kind, i, LOOPCOUNT, and sum.
Referenced by main().
int correct_chunk_size |
Definition at line 22 of file omp_for_schedule_runtime.c.
Referenced by main(), and test_omp_for_runtime().
omp_sched_t correct_kind |
Definition at line 21 of file omp_for_schedule_runtime.c.
Referenced by main(), and test_omp_for_runtime().
char* correct_kind_string |
Definition at line 20 of file omp_for_schedule_runtime.c.
int sum |
Definition at line 19 of file omp_for_schedule_runtime.c.
Referenced by do_some_work(), summarizeStats::drawMainPie(), summarizeStats::drawSubPie(), main(), test_omp_atomic(), test_omp_critical(), test_omp_for_auto(), test_omp_for_firstprivate(), test_omp_for_lastprivate(), test_omp_for_ordered(), test_omp_for_private(), test_omp_for_reduction(), test_omp_for_runtime(), test_omp_parallel_copyin(), test_omp_parallel_default(), test_omp_parallel_firstprivate(), test_omp_parallel_for_copyin(), test_omp_parallel_for_firstprivate(), test_omp_parallel_for_if(), test_omp_parallel_for_lastprivate(), test_omp_parallel_for_ordered(), test_omp_parallel_for_private(), test_omp_parallel_for_reduction(), test_omp_parallel_for_simd_copyin(), test_omp_parallel_if(), test_omp_parallel_master_copyin(), test_omp_parallel_private(), test_omp_parallel_reduction(), test_omp_parallel_sections_firstprivate(), test_omp_parallel_sections_lastprivate(), test_omp_parallel_sections_private(), test_omp_parallel_sections_reduction(), test_omp_parallel_shared(), test_omp_section_firstprivate(), test_omp_section_lastprivate(), test_omp_section_private(), test_omp_sections_reduction(), test_omp_task_firstprivate(), test_omp_task_private(), test_omp_threadprivate(), and test_omp_threadprivate_for().