Skip to content

Commit

Permalink
Add NumNodes property to benchmark JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Feb 21, 2021
1 parent 78b4b74 commit 51ec888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 51ec888

Please sign in to comment.