Changeset View
Changeset View
Standalone View
Standalone View
openmp/trunk/runtime/test/ompt/tasks/explicit_task.c
// RUN: %libomp-compile-and-run | %sort-threads | tee %s.out | FileCheck %s | // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s | ||||
// REQUIRES: ompt | // REQUIRES: ompt | ||||
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7 | // UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7 | ||||
#define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN | #define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN | ||||
#include "callback.h" | #include "callback.h" | ||||
#include <omp.h> | #include <omp.h> | ||||
int main() | int main() | ||||
{ | { | ||||
▲ Show 20 Lines • Show All 93 Lines • Show Last 20 Lines |