From 5aa4bd1424b8eb2e90e59b1b98ce9f60a8f4da67 Mon Sep 17 00:00:00 2001 From: Katetc Date: Thu, 7 Jan 2016 12:22:00 -0700 Subject: [PATCH] Changes to performance test output to make it a bit easier to parse for plots and analysis. --- tests/performance/pioperformance.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/performance/pioperformance.F90 b/tests/performance/pioperformance.F90 index f39a5ccff21..d39b2e93924 100644 --- a/tests/performance/pioperformance.F90 +++ b/tests/performance/pioperformance.F90 @@ -329,7 +329,7 @@ subroutine pioperformancetest(filename, piotypes, mype, npe_base, & #ifdef VARDOUBLE nvarmult = nvarmult+2 #endif - print *, 'write ',rearr_name(rearr), varsize, ntasks, nvars, & + print *, 'RESULT: write ',rearr_name(rearr), piotypes(k), ntasks, nvars, & nvarmult*nvars*nframes*gmaplen*4.0/(1048576.0*wall(2)) #ifdef BGQTRY call print_memusage() @@ -465,7 +465,7 @@ subroutine pioperformancetest(filename, piotypes, mype, npe_base, & #ifdef VARDOUBLE nvarmult = nvarmult+2 #endif - print *, 'read ',rearr_name(rearr), varsize, ntasks,nvars, nvarmult*nvars*nframes*gmaplen*4.0/(1048576.0*wall(2)) + print *, 'RESULT: read ',rearr_name(rearr), piotypes(k), ntasks, nvars, nvarmult*nvars*nframes*gmaplen*4.0/(1048576.0*wall(2)) #ifdef BGQTRY call print_memusage() #endif