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_TEAMS 2 |
#define | NUM_THREADS_PER_TEAM 3 |
Functions | |
int | main (int argc, char **argv) |
Definition at line 12 of file teams.c.
References i, NUM_TEAMS, NUM_THREADS_PER_TEAM, and omp_get_num_threads().