From 51ec888d834eeadae60c9b73e78d1672cadba796 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 21 Feb 2021 12:08:02 -0800 Subject: Add NumNodes property to benchmark JSON --- modules/benchmark.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/benchmark.c b/modules/benchmark.c index 4b536d42..032ae67a 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -797,6 +797,7 @@ static gchar *get_benchmark_results(gsize *len) ADD_JSON_VALUE(string, "GpuDesc", this_machine->gpu_desc); ADD_JSON_VALUE(int, "NumCpus", this_machine->processors); ADD_JSON_VALUE(int, "NumCores", this_machine->cores); + ADD_JSON_VALUE(int, "NumNodes", this_machine->nodes); ADD_JSON_VALUE(int, "NumThreads", this_machine->threads); ADD_JSON_VALUE(string, "MachineId", this_machine->mid); ADD_JSON_VALUE(int, "PointerBits", this_machine->ptr_bits); -- cgit v1.2.3