diff --git a/apps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp b/apps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp index d6b241e02b4183e65c1cd57473b6e2a9461a0a36..ba2bf619ef0f8897fb9a8510135391071ce8cb65 100644 --- a/apps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp +++ b/apps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp @@ -347,6 +347,11 @@ int main( int argc, char ** argv ) stringProperties["tag"] = "mesa_pd"; integerProperties["mpi_num_processes"] = mpiManager->numProcesses(); integerProperties["omp_max_threads"] = omp_get_max_threads(); + realProperties["PUpS"] = double_c(PUpS); + realProperties["timer_min"] = timer_reduced->min(); + realProperties["timer_max"] = timer_reduced->max(); + realProperties["timer_average"] = timer_reduced->average(); + realProperties["timer_total"] = timer_reduced->total(); integerProperties["outerIteration"] = int64_c(outerIteration); integerProperties["num_particles"] = numParticles; integerProperties["num_ghost_particles"] = numGhostParticles;