Skip to content

Commit 73c4be5

Browse files
committed
TL: final debug (I hope)
1 parent 62369f3 commit 73c4be5

File tree

1 file changed

+2
-2
lines changed
  • pySDC/playgrounds/dedalus/problems

1 file changed

+2
-2
lines changed

pySDC/playgrounds/dedalus/problems/rbc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def runSimulation(cls, runDir, tEnd, baseDt, tBeg=0, logEvery=100,
244244

245245
if timeParallel:
246246
assert timeScheme == "SDC", "need timeScheme=SDC for timeParallel"
247-
tComm, sComm, gComm = SDCIMEX_MPI.initSpaceTimeComms(groupTime=groupTimeProcs)
247+
gComm, sComm, tComm = SDCIMEX_MPI.initSpaceTimeComms(groupTime=groupTimeProcs)
248248
pParams.update(sComm=sComm)
249249
if timeParallel == "MPI":
250250
TimeStepper = SDCIMEX_MPI
@@ -292,7 +292,7 @@ def runSimulation(cls, runDir, tEnd, baseDt, tBeg=0, logEvery=100,
292292
f" -- {d} {c.shape} : [{c.min(initial=np.inf)}, {c.max(initial=-np.inf)}]"
293293
for d, c in zip(labels, coords)
294294
)
295-
f.write(out)
295+
f.write(out+"\n")
296296
COMM_WORLD.Barrier()
297297

298298
# Solver

0 commit comments

Comments
 (0)