partitioned execution: bind mcexec to corresponding NUMA node

This commit is contained in:
Balazs Gerofi
2017-01-22 13:44:07 +09:00
parent 5cc420a6c3
commit 1bc3218fc1
4 changed files with 47 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ struct get_cpu_set_arg {
void *cpu_set;
size_t cpu_set_size; // Size in bytes
int *target_core;
int *mcexec_linux_numa; // NUMA domain to bind mcexec to
};
#define PLD_CPU_SET_MAX_CPUS 1024