32 int throttling = strcmp(getenv(
"KMP_ENABLE_TASK_THROTTLING"),
"1") == 0;
36 #pragma omp parallel num_threads(2)
44 tid = omp_get_thread_num();
50#pragma omp atomic write
55#pragma omp atomic read
#define NUM_TASKS
Test the task throttling behavior of the runtime.