Skip to content

Commit

Permalink
Merge pull request #2398 from pnorbert/iotest-total-time
Browse files Browse the repository at this point in the history
Print App ID in the summary line at the end
  • Loading branch information
pnorbert authored Jul 29, 2020
2 parents b79bb92 + d217ca4 commit 5a7e488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/utils/adios_iotest/adios_iotest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ int main(int argc, char *argv[])
timeEnd = MPI_Wtime();
if (!settings.myRank)
{
std::cout << "ADIOS IOTEST test time " << timeEnd - timeStart
<< " seconds " << std::endl;
std::cout << "ADIOS IOTEST App " << settings.appId << " total time "
<< timeEnd - timeStart << " seconds " << std::endl;
}

MPI_Finalize();
Expand Down

0 comments on commit 5a7e488

Please sign in to comment.