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

#define SCHEDULE auto
#include "base.h"