File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
tutorials/accelerated-python/notebooks/distributed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
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 {
You can’t perform that action at this time.
0 commit comments