LLVM OpenMP 20.0.0git
guided_serialized.c
Go to the documentation of this file.
1// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
2// REQUIRES: ompt
3
4#define SCHEDULE guided
5// The runtime uses static schedule for serialized loop,
6// which is a reason choice
7#define SCHED_OUTPUT "static"
8#include "base_serialized.h"