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

Measure operations on *finest* instrumentation level

parent 76241a7c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ __name = app_conv_diff_{__exec_suffix} ...@@ -2,7 +2,7 @@ __name = app_conv_diff_{__exec_suffix}
__exec_suffix = deg{formcompiler.ufl_variants.degree}_{opcount_suffix}_level{formcompiler.instrumentation_level} __exec_suffix = deg{formcompiler.ufl_variants.degree}_{opcount_suffix}_level{formcompiler.instrumentation_level}
opcount_suffix = opcount, nonopcount | expand opcount opcount_suffix = opcount, nonopcount | expand opcount
{opcount_suffix} == opcount and {formcompiler.instrumentation_level} != 2 | exclude {opcount_suffix} == opcount and {formcompiler.instrumentation_level} != 4 | exclude
# Calculate the size of the grid to equlibritate it to 100 MB/rank # Calculate the size of the grid to equlibritate it to 100 MB/rank
# Input parameters # Input parameters
......
...@@ -2,7 +2,7 @@ __name = app_poisson_dg_{__exec_suffix} ...@@ -2,7 +2,7 @@ __name = app_poisson_dg_{__exec_suffix}
__exec_suffix = deg{formcompiler.ufl_variants.degree}_{opcount_suffix}_level{formcompiler.instrumentation_level} __exec_suffix = deg{formcompiler.ufl_variants.degree}_{opcount_suffix}_level{formcompiler.instrumentation_level}
opcount_suffix = opcount, nonopcount | expand opcount opcount_suffix = opcount, nonopcount | expand opcount
{opcount_suffix} == opcount and {formcompiler.instrumentation_level} != 2 | exclude {opcount_suffix} == opcount and {formcompiler.instrumentation_level} != 4 | exclude
# Calculate the size of the grid to equlibritate it to 100 MB/rank # Calculate the size of the grid to equlibritate it to 100 MB/rank
# Input parameters # Input parameters
......
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