Skip to content

Commit 2af615c

Browse files
committed
Fixed missing file problem
1 parent aad4869 commit 2af615c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/courses/parallel-computing-introduction/distributed_mpi_project_set3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Python
6666
```python
6767
filename = filename + str( rank )
6868
```
69-
To plot the results you will have to stitch the files together appropriately. If you have no other preference you may use the `contour_ranks.py` code below. Add the `-f` command-line option for Fortran. The script must be given an argument that is the "base" of the filenames, and all the output files must be in the same folder and numbered appropriately.
69+
To plot the results you will have to stitch the files together appropriately. If you have no other preference you may use the `contour.py` code below. Add the `-f` command-line option for Fortran. The script must be given an argument that is the "base" of the filenames, and all the output files must be in the same folder and numbered appropriately.
7070

7171
{{< spoiler text="Python script to merge output files and contour" >}}
72-
{{< code-download file="/courses/parallel-computing-introduction/scripts/contour_ranks.py" lang="python" >}}
72+
{{< code-download file="/courses/parallel-computing-introduction/scripts/contour.py" lang="python" >}}
7373
{{< /spoiler >}}
7474

7575
Feel free to use the example solutions provided as your basis, but we recommend that you attempt to write your own serial version first.

0 commit comments

Comments
 (0)