get_one_cpu_topology: Renumber core_id (physical core id)
Change-Id: I4e4857e9a063d16d19d73adfabfc18a4b461bbfb Refs: #1439
This commit is contained in:
committed by
Masamichi Takagi
parent
bb7e140655
commit
0a4e6b49b4
16
test/issues/1439/Makefile
Normal file
16
test/issues/1439/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
all:: show-omp-cpu-affinity
|
||||
|
||||
show-omp-cpu-affinity:: show-omp-cpu-affinity.c
|
||||
fcc -Nclang -fopenmp -Nlibomp -o $@ $<
|
||||
|
||||
test:: test-core, test-omp
|
||||
|
||||
test-core::
|
||||
. ${HOME}/.mck_test_config && export MCK_DIR && python C1439.py 1-4,30-33,56-61
|
||||
|
||||
test-omp:: show-omp-cpu-affinity
|
||||
./test-affinity.sh
|
||||
|
||||
clean::
|
||||
rm show-omp-cpu-affinity
|
||||
Reference in New Issue
Block a user