xref: /llvm-project/openmp/runtime/test/ompt/worksharing/for/auto.c (revision a707d0883b5ab9de6a0a864df614ef14909a4de1)
1 // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h
2 // REQUIRES: ompt
3 // GCC doesn't call runtime for auto = static schedule
4 // XFAIL: gcc
5 
6 #define SCHEDULE auto
7 // The runtime uses guided schedule for auto,
8 // which is a reason choice
9 #define SCHED_OUTPUT "guided"
10 #include "base.h"
11