rsnt_translations
57,772
edits
No edit summary |
No edit summary |
||
Line 98: | Line 98: | ||
assert data[i] == i | assert data[i] == i | ||
}} | }} | ||
The example above is based on [https://mpi4py.readthedocs.io/en/stable/tutorial.html#running-python-scripts-with-mpi mpi4py tutorial]. | The example above is based on the [https://mpi4py.readthedocs.io/en/stable/tutorial.html#running-python-scripts-with-mpi mpi4py tutorial]. | ||
<!--T:19--> | <!--T:19--> | ||
2. Write your submission script | 2. Write your submission script. | ||
<tabs> | <tabs> | ||
<tab name="Distributed"> | <tab name="Distributed"> |