11 lines · c
1// clang-format off2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.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_serialized.h"11