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

#define SCHEDULE static
#include "base.h"