From befe4f6fac5d0e9fa1f3012a66f8d614d6ebb6ac Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Wed, 18 Jan 2017 11:26:49 +0100 Subject: [PATCH] Setup timings! --- .../convection_diffusion/conv_diff_dg.mini | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/applications/convection_diffusion/conv_diff_dg.mini b/applications/convection_diffusion/conv_diff_dg.mini index f8357485..7476dd5e 100644 --- a/applications/convection_diffusion/conv_diff_dg.mini +++ b/applications/convection_diffusion/conv_diff_dg.mini @@ -1,16 +1,13 @@ __name = app_conv_diff_{__exec_suffix} -__exec_suffix = deg{formcompiler.ufl_variants.degree} -#__exec_suffix = deg{formcompiler.ufl_variants.degree}_{opcount_suffix} +__exec_suffix = deg{formcompiler.ufl_variants.degree}_{opcount_suffix} -#opcount_suffix = opcount, nonopcount | expand opcount +opcount_suffix = opcount, nonopcount | expand opcount # Calculate the size of the grid to equlibritate it to 100 MB/rank # Input parameters dim = 3 -#mbperrank = 100 -#ranks = 16 -mbperrank = .1 -ranks = 1 +mbperrank = 100 +ranks = 16 floatingbytes = 8 # Metaini Calculations @@ -38,13 +35,12 @@ fastdg = 1 sumfact = 1 vectorize_quad = 1 vectorize_grads = 1 -#instrumentation_level = 2 -#opcounter = 1, 0 | expand opcount -#time_opcounter = 0, 1 | expand opcount +instrumentation_level = 2 +opcounter = 1, 0 | expand opcount +time_opcounter = 0, 1 | expand opcount exact_solution_expression = g compare_l2errorsquared = 1e-6 [formcompiler.ufl_variants] cell = hexahedron -#degree = 2, 3, 4, 5, 6, 7, 8, 9, 10 | expand -degree = 2 +degree = 2, 3, 4, 5, 6, 7, 8, 9, 10 | expand -- GitLab