| 1 | // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h |
|---|---|
| 2 | // REQUIRES: ompt |
| 3 | // GCC doesn't call runtime for static schedule |
| 4 | // XFAIL: gcc |
| 5 | |
| 6 | #define SCHEDULE static |
| 7 | #include "base_serialized.h" |
| 8 |
| 1 | // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h |
|---|---|
| 2 | // REQUIRES: ompt |
| 3 | // GCC doesn't call runtime for static schedule |
| 4 | // XFAIL: gcc |
| 5 | |
| 6 | #define SCHEDULE static |
| 7 | #include "base_serialized.h" |
| 8 |