Skip to content

Commit 5b0aacb

Browse files
committed
Accelerated Python/60 mpi4py: Remove extra spaces.
1 parent eb93044 commit 5b0aacb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tutorials/accelerated-python/notebooks/distributed/60__mpi4py.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"outputs": [],
8989
"source": [
90-
"!$MPIRUN -n 2 -c 2 python hello_world_with_ranks.py"
90+
"!$MPIRUN -n 2 -c 2 python hello_world_with_ranks.py"
9191
]
9292
},
9393
{
@@ -120,7 +120,7 @@
120120
"metadata": {},
121121
"outputs": [],
122122
"source": [
123-
"!$MPIRUN -n 4 -c 4 python fizzbuzz.py"
123+
"!$MPIRUN -n 4 -c 4 python fizzbuzz.py"
124124
]
125125
},
126126
{
@@ -156,7 +156,7 @@
156156
},
157157
"outputs": [],
158158
"source": [
159-
"!$MPIRUN -n 2 -c 2 python send_recv.py"
159+
"!$MPIRUN -n 2 -c 2 python send_recv.py"
160160
]
161161
},
162162
{
@@ -193,7 +193,7 @@
193193
},
194194
"outputs": [],
195195
"source": [
196-
"!$MPIRUN -n 2 -c 2 python send_recv_eff.py"
196+
"!$MPIRUN -n 2 -c 2 python send_recv_eff.py"
197197
]
198198
},
199199
{
@@ -231,7 +231,7 @@
231231
},
232232
"outputs": [],
233233
"source": [
234-
"!$MPIRUN -n 2 -c 2 python send_recv_numpy.py"
234+
"!$MPIRUN -n 2 -c 2 python send_recv_numpy.py"
235235
]
236236
},
237237
{
@@ -264,7 +264,7 @@
264264
},
265265
"outputs": [],
266266
"source": [
267-
"!$MPIRUN -n 4 -c 4 python barrier.py"
267+
"!$MPIRUN -n 4 -c 4 python barrier.py"
268268
]
269269
},
270270
{
@@ -303,7 +303,7 @@
303303
},
304304
"outputs": [],
305305
"source": [
306-
"!$MPIRUN -n 4 -c 4 python scatter.py"
306+
"!$MPIRUN -n 4 -c 4 python scatter.py"
307307
]
308308
},
309309
{
@@ -345,7 +345,7 @@
345345
},
346346
"outputs": [],
347347
"source": [
348-
"!$MPIRUN -n 4 -c 4 python gather.py"
348+
"!$MPIRUN -n 4 -c 4 python gather.py"
349349
]
350350
},
351351
{
@@ -380,7 +380,7 @@
380380
},
381381
"outputs": [],
382382
"source": [
383-
"!$MPIRUN -n 4 -c 4 python reduce.py"
383+
"!$MPIRUN -n 4 -c 4 python reduce.py"
384384
]
385385
},
386386
{
@@ -445,7 +445,7 @@
445445
},
446446
"outputs": [],
447447
"source": [
448-
"!$MPIRUN -n 4 -c 4 python compute_pi.py"
448+
"!$MPIRUN -n 4 -c 4 python compute_pi.py"
449449
]
450450
},
451451
{
@@ -545,7 +545,7 @@
545545
},
546546
"outputs": [],
547547
"source": [
548-
"!$MPIRUN -n 4 -c 4 python compute_mandelbot.py"
548+
"!$MPIRUN -n 4 -c 4 python compute_mandelbot.py"
549549
]
550550
},
551551
{

0 commit comments

Comments
 (0)