Re: [PATCH] perf bench numa: Fix the condition checks for max number of numa nodes

2021-03-02 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 26, 2021 at 02:28:27PM +0530, Srikar Dronamraju escreveu: > * Athira Rajeev [2021-02-25 11:50:02]: > > > In systems having higher node numbers available like node > > 255, perf numa bench will fail with SIGABORT. > > > > <<>> > > perf: bench/numa.c:1416: init: Assertion

Re: [PATCH] perf bench numa: Fix the condition checks for max number of numa nodes

2021-03-01 Thread Athira Rajeev
On 26-Feb-2021, at 2:28 PM, Srikar Dronamraju wrote:* Athira Rajeev [2021-02-25 11:50:02]:In systems having higher node numbers available like node255, perf numa bench will fail with SIGABORT.<<>>perf: bench/numa.c:1416: init: Assertion `!(g->p.nr_nodes > 64 || g->p.nr_nodes < 0)' failed.Aborted

Re: [PATCH] perf bench numa: Fix the condition checks for max number of numa nodes

2021-02-26 Thread Srikar Dronamraju
* Athira Rajeev [2021-02-25 11:50:02]: > In systems having higher node numbers available like node > 255, perf numa bench will fail with SIGABORT. > > <<>> > perf: bench/numa.c:1416: init: Assertion `!(g->p.nr_nodes > 64 || > g->p.nr_nodes < 0)' failed. > Aborted (core dumped) > <<>> > Looks

[PATCH] perf bench numa: Fix the condition checks for max number of numa nodes

2021-02-25 Thread Athira Rajeev
In systems having higher node numbers available like node 255, perf numa bench will fail with SIGABORT. <<>> perf: bench/numa.c:1416: init: Assertion `!(g->p.nr_nodes > 64 || g->p.nr_nodes < 0)' failed. Aborted (core dumped) <<>> Snippet from 'numactl -H' below on a powerpc system where the