Skip to content
Snippets Groups Projects
Commit d6248b81 authored by Christopher Haine's avatar Christopher Haine
Browse files

leftover cleanup

parent 41e2c6d0
Branches
Tags
No related merge requests found
......@@ -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
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment