File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
openmp/runtime/test/affinity Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments