We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6992b90 commit f56e067Copy full SHA for f56e067
openmp/runtime/test/affinity/kmp-affinity.c
@@ -4,6 +4,11 @@
4
// RUN: env KMP_AFFINITY=granularity=socket,compact %libomp-run
5
// REQUIRES: linux
6
7
+// This test currently fails on GitHub runners. See:
8
+// https://github.com/flang-compiler/classic-flang-llvm-project/issues/171
9
+//
10
+// XFAIL: linux
11
+
12
#include <stdio.h>
13
#include <stdlib.h>
14
#include <string.h>
openmp/runtime/test/affinity/omp-places.c
// RUN: env OMP_PLACES=sockets %libomp-run
0 commit comments