aboutsummaryrefslogtreecommitdiff
path: root/final/runtime/test/ompt/worksharing/for/static_serialized.c
blob: 4860d49e3d6f50c25b4939bd30195e705db46217 (plain)
1
2
3
4
5
6
7
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
// REQUIRES: ompt
// GCC doesn't call runtime for static schedule
// XFAIL: gcc

#define SCHEDULE static
#include "base_serialized.h"