Skip to content

Commit b200929

Browse files
committed
Revert "WIP: Run two tests with KMP_TOPOLOGY_METHOD=cpuinfo for GHA runners"
This reverts commit ce3da50.
1 parent 8fd97f2 commit b200929

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

openmp/runtime/test/affinity/kmp-affinity.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %libomp-compile -D_GNU_SOURCE
2-
// RUN: env KMP_AFFINITY=granularity=thread,compact KMP_TOPOLOGY_METHOD=cpuinfo %libomp-run
3-
// RUN: env KMP_AFFINITY=granularity=core,compact KMP_TOPOLOGY_METHOD=cpuinfo %libomp-run
4-
// RUN: env KMP_AFFINITY=granularity=socket,compact KMP_TOPOLOGY_METHOD=cpuinfo %libomp-run
2+
// RUN: env KMP_AFFINITY=granularity=thread,compact %libomp-run
3+
// RUN: env KMP_AFFINITY=granularity=core,compact %libomp-run
4+
// RUN: env KMP_AFFINITY=granularity=socket,compact %libomp-run
55
// REQUIRES: linux
66

77
#include <stdio.h>

openmp/runtime/test/affinity/omp-places.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %libomp-compile -D_GNU_SOURCE
2-
// RUN: env OMP_PLACES=threads KMP_TOPOLOGY_METHOD=cpuinfo %libomp-run
3-
// RUN: env OMP_PLACES=cores KMP_TOPOLOGY_METHOD=cpuinfo %libomp-run
4-
// RUN: env OMP_PLACES=sockets KMP_TOPOLOGY_METHOD=cpuinfo %libomp-run
2+
// RUN: env OMP_PLACES=threads %libomp-run
3+
// RUN: env OMP_PLACES=cores %libomp-run
4+
// RUN: env OMP_PLACES=sockets %libomp-run
55
// REQUIRES: linux
66

77
#include <stdio.h>

0 commit comments

Comments
 (0)