Skip to content
Snippets Groups Projects
Commit 28e7b984 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

increase niter_part in convergence test

parent 7b9b787c
Branches
Tags
No related merge requests found
......@@ -49,6 +49,7 @@ def convergence_test(
opt.n *= 2
opt.niter_todo *= 2
opt.niter_stat *= 2
opt.niter_part *= 2
opt.ncpu *= 2
opt.simname = 'N{0:0>3x}'.format(opt.n)
c1 = code_launch_routine(
......@@ -61,6 +62,7 @@ def convergence_test(
opt.n *= 2
opt.niter_todo *= 2
opt.niter_stat *= 2
opt.niter_part *= 2
opt.ncpu *= 2
opt.simname = 'N{0:0>3x}'.format(opt.n)
c2 = code_launch_routine(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment