Skip to content

Commit

Permalink
Update _episodes/16-parallel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Feb 16, 2023
1 parent 62fd20d commit 160e626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/16-parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local machine and upload it, just as we did for Amdahl.
> then `rsync` it to the cluster, extract, and install:
>
> ```
> {{ site.local.prompt }} wget -O mpi4py.tar.gz https://github.com/mpi4py/mpi4py/tarball/master
> {{ site.local.prompt }} wget -O mpi4py.tar.gz https://github.com/mpi4py/mpi4py/releases/download/3.1.4/mpi4py-3.1.4.tar.gz
> {{ site.local.prompt }} scp mpi4py.tar.gz {{ site.remote.user }}@{{ site.remote.login }}:
> # or
> {{ site.local.prompt }} rsync -avP mpi4py.tar.gz {{ site.remote.user }}@{{ site.remote.login }}:
Expand Down

0 comments on commit 160e626

Please sign in to comment.