diff --git a/applications/convection_diffusion/conv_diff_dg.mini b/applications/convection_diffusion/conv_diff_dg.mini
index f8357485b280ae77c18bfee823a1ad3d0453ad11..7476dd5e0913c620236371bfeb378d9e92ef2a9b 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