Skip to content

Commit f431eff

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
Add logfile=io0() to parabolic_solve for debugging feasibility desync
1 parent 8f46ccd commit f431eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_parabolic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if rank == 0; println("[DEBUG] Geometry created"); flush(stdout); end
4545

4646
# Run parabolic solve with small time steps
4747
if rank == 0; println("[DEBUG] Starting parabolic_solve..."); flush(stdout); end
48-
sol = parabolic_solve(g; h=0.5, t1=1.0, p=2.0, verbose=false)
48+
sol = parabolic_solve(g; h=0.5, t1=1.0, p=2.0, verbose=false, logfile=io0())
4949
if rank == 0; println("[DEBUG] parabolic_solve complete"); flush(stdout); end
5050
@test sol isa ParabolicSOL
5151
@test sol.geometry === g

0 commit comments

Comments
 (0)