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 b798c2a commit eeaaf33Copy full SHA for eeaaf33
openmp/runtime/test/affinity/kmp-abs-hw-subset.c
@@ -6,6 +6,12 @@
6
// RUN: env OMP_PLACES=threads %libomp-run 3 1
7
// RUN: env OMP_PLACES=threads %libomp-run 3 2
8
// REQUIRES: linux
9
+//
10
+// The test requires topologies with sockets, cores, threads layers where
11
+// the socket layer contains multiple threads.
12
+// The s390x architecture does not produce this topology and seems to have
13
+// one thread per socket.
14
+// UNSUPPORTED: s390x-target-arch
15
16
#include <stdio.h>
17
#include <stdlib.h>
0 commit comments