aboutsummaryrefslogtreecommitdiff
path: root/final/runtime/test/ompt/worksharing/for/auto_serialized.c
blob: f756166fe9826212ecbcd5f8439faf47a946b339 (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 auto = static schedule
// XFAIL: gcc

#define SCHEDULE auto
#include "base_serialized.h"