diff --git a/applications/poisson_dg/poisson_dg.mini b/applications/poisson_dg/poisson_dg.mini index 00a7269e197361b3a5d0fb900f37b834c48e3473..519f43601a9db034c4a05c0cc80134301df003e7 100644 --- a/applications/poisson_dg/poisson_dg.mini +++ b/applications/poisson_dg/poisson_dg.mini @@ -8,7 +8,7 @@ opcount_suffix = opcount, nonopcount | expand opcount # Input parameters dim = 3 mbperrank = 100 -ranks = 16 +ranks = 32 floatingbytes = 8 # Metaini Calculations diff --git a/applications/poisson_dg_tensor/poisson_dg_tensor.mini b/applications/poisson_dg_tensor/poisson_dg_tensor.mini index 8f8eba45127e631378c730ad23d1eb16a620a41b..6b38a7cbd6a89007ebfdb32555cbfe1fc2eac591 100644 --- a/applications/poisson_dg_tensor/poisson_dg_tensor.mini +++ b/applications/poisson_dg_tensor/poisson_dg_tensor.mini @@ -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 diff --git a/applications/poisson_dg_tensor/sliced/sliced.mini b/applications/poisson_dg_tensor/sliced/sliced.mini index bf0f7879644cccad7fdcac85837beeff6b9a470c..dee4de55259c6f5d6765c5d214d54ec42e58b2c1 100644 --- a/applications/poisson_dg_tensor/sliced/sliced.mini +++ b/applications/poisson_dg_tensor/sliced/sliced.mini @@ -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] diff --git a/applications/stokes_dg/stokes_dg.mini b/applications/stokes_dg/stokes_dg.mini index 1b0fbdebe82431f223e61277650e365e92645516..de952eb572c3f452d4e3f3b20d1d09131b78f4db 100644 --- a/applications/stokes_dg/stokes_dg.mini +++ b/applications/stokes_dg/stokes_dg.mini @@ -8,7 +8,7 @@ opcount_suffix = opcount, nonopcount | expand opcount # Input parameters dim = 3 mbperrank = 100 -ranks = 16 +ranks = 32 floatingbytes = 8 # Metaini Calculations diff --git a/bin/donkey.sbatch b/bin/donkey.sbatch index b8091947f51c4d160b07f66c357d4132f8d4f99a..7816cafecfcf75c2783e23a86b13e049ed39eae7 100755 --- a/bin/donkey.sbatch +++ b/bin/donkey.sbatch @@ -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