From d6248b8192f0f2c566f0b8e57aa3e6050b2b78b7 Mon Sep 17 00:00:00 2001 From: Christopher Haine <chaine@cray.com> Date: Thu, 30 Apr 2020 07:07:01 -0500 Subject: [PATCH] leftover cleanup --- benchmark/visu_pool_local_multi.p | 2 +- maestro/cdo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/visu_pool_local_multi.p b/benchmark/visu_pool_local_multi.p index 43d0c136..3b568a3e 100644 --- a/benchmark/visu_pool_local_multi.p +++ b/benchmark/visu_pool_local_multi.p @@ -4,7 +4,7 @@ set font "Helvetica" set title 'Juelich/issue6/1; jupiter; BW; rep1; diff100k; /=decl\_per\_cdo' set key right set log y -set xlabel "decl per CDO" +set xlabel "declarations per CDO" set ylabel "time (ms)" set style function linespoints plot 'pool_local_multi.dat' using 2:xtic(1) title "1 thread" with linespoints, '' using 3 title "4 threads" with linespoints, '' using 4 title "8 threads" with linespoints, '' using 5 title "12 threads" with linespoints, '' using 8 title "24 threads" with linespoints diff --git a/maestro/cdo.c b/maestro/cdo.c index 74282a9a..293dd175 100644 --- a/maestro/cdo.c +++ b/maestro/cdo.c @@ -740,7 +740,7 @@ mstro_cdo_demand(mstro_cdo cdo) return MSTRO_INVARG; } WITH_CDO_ID_STR(idstr, &cdo->gid, { - DEBUG("Demanding CDO `%s' (id %s) from pool\n", + INFO("Demanding CDO `%s' (id %s) from pool\n", cdo->name, idstr);}); if(! mstro_cdo_state_check(cdo, MSTRO_CDO_STATE_REQUIRED)) { -- GitLab