aboutsummaryrefslogtreecommitdiff
path: root/final/runtime/test/ompt/worksharing/for/auto_split.c
blob: d82e3fd1ef62ab4cf08568cb336233fa86833903 (plain)
1
2
3
4
5
6
7
8
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_split.h
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=CHECK-LOOP %S/base_split.h
// REQUIRES: ompt
// GCC doesn't call runtime for auto = static schedule
// XFAIL: gcc

#define SCHEDULE auto
#include "base_split.h"