Skip to content

Commit eeaaf33

Browse files
author
Jonathan Peyton
authored
[OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (llvm#87555)
1 parent b798c2a commit eeaaf33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openmp/runtime/test/affinity/kmp-abs-hw-subset.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
// RUN: env OMP_PLACES=threads %libomp-run 3 1
77
// RUN: env OMP_PLACES=threads %libomp-run 3 2
88
// 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
915

1016
#include <stdio.h>
1117
#include <stdlib.h>

0 commit comments

Comments
 (0)