LLVM OpenMP 22.0.0git
runtime.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// clang-format on
5
6#define SCHEDULE runtime
7// Without any schedule specified, the runtime uses static schedule,
8// which is a reason choice
9#define SCHED_OUTPUT "static"
10#include "base.h"