brintos

brintos / llvm-project-archived public Read only

0
0
Text · 298 B · 9a8b66b Raw
11 lines · c
1// clang-format off2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h3// REQUIRES: ompt4// clang-format on5 6#define SCHEDULE runtime7// Without any schedule specified, the runtime uses static schedule,8// which is a reason choice9#define SCHED_OUTPUT "static"10#include "base.h"11