--- SuperLU_DIST_5.1.2/SRC/dmemory_dist.c~ 2016-10-21 19:50:33.000000000 +0100 +++ SuperLU_DIST_5.1.2/SRC/dmemory_dist.c 2016-11-17 11:56:08.419300143 +0000 @@ -129,7 +129,7 @@ mem_usage->total += (float)(2 * k * iword); #else /*mem_usage->total += stat->current_buffer;*/ - printf(".. dQuery_Space: peak_buffer %.2f (MB)\n", stat->peak_buffer * 1.0e-6); + /* printf(".. dQuery_Space: peak_buffer %.2f (MB)\n", stat->peak_buffer * 1.0e-6); */ mem_usage->total += stat->peak_buffer; #endif --- SuperLU_DIST_5.1.2/SRC/zmemory_dist.c~ 2016-10-21 19:50:33.000000000 +0100 +++ SuperLU_DIST_5.1.2/SRC/zmemory_dist.c 2016-11-17 11:57:18.260046576 +0000 @@ -128,7 +128,7 @@ mem_usage->total += (float)(2 * k * iword); #else /*mem_usage->total += stat->current_buffer;*/ - printf(".. zQuery_Space: peak_buffer %.2f (MB)\n", stat->peak_buffer * 1.0e-6); + /* printf(".. zQuery_Space: peak_buffer %.2f (MB)\n", stat->peak_buffer * 1.0e-6); */ mem_usage->total += stat->peak_buffer; #endif