LLVM OpenMP 20.0.0git
Functions | Variables
omp_for_schedule_auto.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_auto ()
 
int main ()
 

Variables

int sum1
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 58 of file omp_for_schedule_auto.c.

References i, REPETITIONS, and test_omp_for_auto().

◆ test_omp_for_auto()

int test_omp_for_auto ( )

Definition at line 10 of file omp_for_schedule_auto.c.

References i, j, LOOPCOUNT, omp_get_max_threads(), sum, sum0, and sum1.

Referenced by main().

Variable Documentation

◆ sum1

int sum1

Definition at line 7 of file omp_for_schedule_auto.c.

Referenced by test_omp_for_auto().