LLVM OpenMP 20.0.0git
Macros | Functions | Variables
omp_for_non_rectangular.c File Reference

Go to the source code of this file.

Macros

#define N   10
 

Functions

int collapsed (int mp)
 
int test (int mp)
 
int main ()
 

Variables

int arr [N][N][N]
 

Macro Definition Documentation

◆ N

#define N   10

Definition at line 6 of file omp_for_non_rectangular.c.

Function Documentation

◆ collapsed()

int collapsed ( int  mp)

Definition at line 9 of file omp_for_non_rectangular.c.

References arr, i, j, and N.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 37 of file omp_for_non_rectangular.c.

References collapsed(), N, and test().

◆ test()

int test ( int  mp)

Definition at line 23 of file omp_for_non_rectangular.c.

References arr, i, j, and N.

Referenced by main().

Variable Documentation

◆ arr

int arr[N][N][N]

Definition at line 7 of file omp_for_non_rectangular.c.

Referenced by collapsed(), and test().