LLVM OpenMP 22.0.0git
auto.c
Go to the documentation of this file.
1// clang-format off
2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h
3// REQUIRES: ompt
4// GCC doesn't call runtime for auto = static schedule
5// XFAIL: gcc
6// clang-format on
7
8#define SCHEDULE auto
9// The runtime uses guided schedule for auto,
10// which is a reason choice
11#define SCHED_OUTPUT "guided"
12#include "base.h"