Skip to content
Snippets Groups Projects
Commit befe4f6f authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Setup timings!

parent d2010bf5
No related branches found
No related tags found
No related merge requests found
__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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment