MPOL default threshold to 0

This commit is contained in:
Balazs Gerofi
2017-02-13 13:06:35 +09:00
parent 86aa76e088
commit 721cee05a2

View File

@ -158,7 +158,7 @@ static int mpol_no_heap = 0;
static int mpol_no_stack = 0;
static int mpol_no_bss = 0;
static int no_bind_ikc_map = 0;
static unsigned long mpol_threshold = (1024*1024);
static unsigned long mpol_threshold = 0;
/* Partitioned execution (e.g., for MPI) */
static int nr_processes = 0;