Files
mckernel/test/issues/1439/Makefile
Toshiyuki Takahashi 0a4e6b49b4 get_one_cpu_topology: Renumber core_id (physical core id)
Change-Id: I4e4857e9a063d16d19d73adfabfc18a4b461bbfb
Refs: #1439
2020-03-12 05:19:25 +00:00

17 lines
329 B
Makefile

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