aboutsummaryrefslogtreecommitdiff
path: root/final/runtime/test/ompt/worksharing/for/static_serialized.c
diff options
context:
space:
mode:
Diffstat (limited to 'final/runtime/test/ompt/worksharing/for/static_serialized.c')
-rw-r--r--final/runtime/test/ompt/worksharing/for/static_serialized.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/final/runtime/test/ompt/worksharing/for/static_serialized.c b/final/runtime/test/ompt/worksharing/for/static_serialized.c
new file mode 100644
index 0000000..4860d49
--- /dev/null
+++ b/final/runtime/test/ompt/worksharing/for/static_serialized.c
@@ -0,0 +1,7 @@
+// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
+// REQUIRES: ompt
+// GCC doesn't call runtime for static schedule
+// XFAIL: gcc
+
+#define SCHEDULE static
+#include "base_serialized.h"