Skip to content

Commit

Permalink
Changes to performance test output to make it a bit easier to parse f…
Browse files Browse the repository at this point in the history
…or plots and analysis.
  • Loading branch information
Katetc committed Jan 7, 2016
1 parent 5cdd5cc commit 5aa4bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/performance/pioperformance.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5aa4bd1

Please sign in to comment.