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

Always do full node test runs

parent 816a6385
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ opcount_suffix = opcount, nonopcount | expand opcount
# Input parameters
dim = 3
mbperrank = 100
ranks = 16
ranks = 32
floatingbytes = 8
# Metaini Calculations
......
......@@ -8,7 +8,7 @@ opcount_suffix = opcount, nonopcount | expand opcount
# Input parameters
dim = 3
mbperrank = 100
ranks = 16
ranks = 32
floatingbytes = 8
# Metaini Calculations
......@@ -46,4 +46,4 @@ quadrature_order = {formcompiler.ufl_variants.degree} * 2 | eval
[formcompiler.ufl_variants]
cell = hexahedron
degree = 1, 3, 5, 7, 9 | expand
degree = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | expand
......@@ -8,7 +8,7 @@ opcount_suffix = opcount, nonopcount | expand opcount
# Input parameters
dim = 3
mbperrank = 100
ranks = 16
ranks = 32
floatingbytes = 8
# Metaini Calculations
......@@ -42,8 +42,6 @@ vectorize_slice = 1
instrumentation_level = 2, 3, 4 | expand
opcounter = 1, 0 | expand opcount
time_opcounter = 0, 1 | expand opcount
exact_solution_expression = g
compare_l2errorsquared = 1e-6
quadrature_order = {formcompiler.ufl_variants.degree} * 2 | eval
[formcompiler.ufl_variants]
......
......@@ -8,7 +8,7 @@ opcount_suffix = opcount, nonopcount | expand opcount
# Input parameters
dim = 3
mbperrank = 100
ranks = 16
ranks = 32
floatingbytes = 8
# Metaini Calculations
......
......@@ -15,7 +15,7 @@ ml suitesparse
#SBATCH -J poisson_dg
# Number of processes
#SBATCH -n 16
#SBATCH -n 32
# Choose the SLURM partition (sinfo for overview)
#SBATCH -p haswell16c
......
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