Permalink
Please sign in to comment.
Showing
with
0 additions
and 23 deletions.
- +0 −1 Makefile
- +0 −1 cohort.hpp
- +0 −18 cpu_numa_info.cpp
- +0 −3 cpu_numa_info.h
| @@ -1,9 +1,6 @@ | ||
| #ifndef CPU_AND_NODE_H_ | ||
| #define CPU_AND_NODE_H_ | ||
| -#include <numa.h> | ||
| - | ||
| extern void get_cpu_and_node_(int& cpu, int& node); | ||
| -extern int bind_to_node(int thread_idx); | ||
| #endif |
0 comments on commit
55f9f1a