Lines Matching refs:nodes
209 "bind the first N tasks to these specific memory nodes (the rest is unbound)",
225 * To get number of numa nodes present.
743 printf("\nTest not applicable, system has only %d nodes.\n", g->p.nr_nodes);
917 * Count the number of nodes a process's threads
927 int nodes;
932 for (nodes = 0; nodes < g->p.nr_nodes; nodes++)
933 node_present[nodes] = 0;
952 nodes = 0;
955 nodes += node_present[n];
958 return nodes;
965 * process. If all nodes on the system contain at most one
1002 unsigned int nodes = count_process_nodes(p);
1004 if (!nodes) {
1009 nodes_min = min(nodes, nodes_min);
1010 nodes_max = max(nodes, nodes_max);
1026 int *nodes;
1040 nodes = (int *)malloc(g->p.nr_nodes * sizeof(int));
1041 BUG_ON(!nodes);
1043 nodes[node] = 0;
1060 nodes[node]++;
1074 nr = nodes[node];
1084 free(nodes);
1090 * on nodes - when we are converged this will decrease
1101 nr = nodes[node];
1139 free(nodes);
1412 printf(" # %d %s will execute (on %d nodes, %d CPUs):\n",
1438 /* Allow all nodes by default: */
1818 * (A minimum of 4 nodes and 16 GB of RAM is recommended.)