LLVM OpenMP 20.0.0git
Functions | Variables
omp_for_schedule_runtime.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Functions

int test_omp_for_runtime ()
 
int main (int argc, char **argv)
 

Variables

int sum
 
charcorrect_kind_string
 
omp_sched_t correct_kind
 
int correct_chunk_size
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ 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().

Variable Documentation

◆ correct_chunk_size

int correct_chunk_size

Definition at line 22 of file omp_for_schedule_runtime.c.

Referenced by main(), and test_omp_for_runtime().

◆ correct_kind

omp_sched_t correct_kind

Definition at line 21 of file omp_for_schedule_runtime.c.

Referenced by main(), and test_omp_for_runtime().

◆ correct_kind_string

char* correct_kind_string

Definition at line 20 of file omp_for_schedule_runtime.c.

◆ sum

int sum