13 lines · c
1// clang-format off2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h3// REQUIRES: ompt4// GCC doesn't call runtime for auto = static schedule5// XFAIL: gcc6// clang-format on7 8#define SCHEDULE auto9// The runtime uses guided schedule for auto,10// which is a reason choice11#define SCHED_OUTPUT "guided"12#include "base.h"13