Skip to content

Commit 790d631

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
Remove logfile=io0() from test_parabolic.jl to fix MPI desync with QuietTestSet
1 parent 78e90f0 commit 790d631

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, logfile=io0())
48+
sol = parabolic_solve(g; h=0.5, t1=1.0, p=2.0, verbose=false)
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)