LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <stdlib.h>
#include <omp.h>
Go to the source code of this file.
Macros | |
#define | NUM_TIMES 10 |
Functions | |
int | main (int argc, char **argv) |
#define NUM_TIMES 10 |
Definition at line 14 of file teams_resize.c.
Definition at line 16 of file teams_resize.c.
References i, NUM_TIMES, omp_get_max_threads(), and omp_get_num_threads().