aboutsummaryrefslogtreecommitdiff
path: root/rc3/runtime/test/ompt/worksharing/for/dynamic_split.c
blob: cf14971129609c699f07333c71fa3cba4721a60d (plain)
1
2
3
4
5
6
7
// 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
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7

#define SCHEDULE dynamic
#include "base_split.h"