// clang-format off // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h // REQUIRES: ompt // clang-format on #define SCHEDULE runtime // Without any schedule specified, the runtime uses static schedule, // which is a reason choice #define SCHED_OUTPUT "static" #include "base.h"