LLVM OpenMP 20.0.0git
Macros | Functions
omp_doacross.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Macros

#define N   750
 

Functions

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

Macro Definition Documentation

◆ N

#define N   750

Definition at line 8 of file omp_doacross.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 51 of file omp_doacross.c.

References i, omp_get_max_threads(), omp_set_num_threads, REPETITIONS, and test_doacross().

◆ test_doacross()

int test_doacross ( )

Definition at line 11 of file omp_doacross.c.

References i, j, and N.

Referenced by main().