Skip to content

Commit fe5653a

Browse files
committed
version freak show III
1 parent 9bb80b8 commit fe5653a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

etc/environment-mpi4py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- numpy>=1.15.4
77
- scipy>=0.17.1
8-
- matplotlib>=3.0,<=3.5.3
8+
- matplotlib>=3.0
99
- dill>=0.2.6
1010
- mpich
1111
- mpi4py-fft>=2.0.2

pySDC/projects/parallelSDC/preconditioner_playground_MPI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,5 @@ def plot_iterations():
244244
if __name__ == "__main__":
245245
comm = MPI.COMM_WORLD
246246
main(comm=comm)
247-
if comm.Get_rank() == 0:
248-
plot_iterations()
247+
# if comm.Get_rank() == 0:
248+
# plot_iterations()

0 commit comments

Comments
 (0)