Lines Matching refs:nodes
208 "bind the first N tasks to these specific memory nodes (the rest is unbound)",
224 * To get number of numa nodes present.
704 printf("\nTest not applicable, system has only %d nodes.\n", g->p.nr_nodes);
882 * Count the number of nodes a process's threads
892 int nodes;
910 nodes = 0;
913 nodes += node_present[n];
915 return nodes;
922 * process. If all nodes on the system contain at most one
959 unsigned int nodes = count_process_nodes(p);
961 if (!nodes) {
966 nodes_min = min(nodes, nodes_min);
967 nodes_max = max(nodes, nodes_max);
983 int nodes[MAX_NR_NODES];
998 nodes[node] = 0;
1015 nodes[node]++;
1029 nr = nodes[node];
1043 * on nodes - when we are converged this will decrease
1054 nr = nodes[node];
1362 printf(" # %d %s will execute (on %d nodes, %d CPUs):\n",
1387 /* Allow all nodes by default: */
1758 * (A minimum of 4 nodes and 16 GB of RAM is recommended.)