rsnt_translations
57,772
edits
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
= Available versions = <!--T:2--> | = Available versions = <!--T:2--> | ||
<code>mpi4py</code> is available as a module, and not from the [[Available Python wheels|wheelhouse]] as typical Python packages are. | <code>mpi4py</code> is available as a module, and not from the [[Available Python wheels|wheelhouse]] as typical Python packages are. | ||
You can find available version | You can find available version with | ||
{{Command|module spider mpi4py}} | {{Command|module spider mpi4py}} | ||
<!--T:3--> | <!--T:3--> | ||
and look for more information on a specific version | and look for more information on a specific version with | ||
{{Command|module spider mpi4py/X.Y.Z}} | {{Command|module spider mpi4py/X.Y.Z}} | ||
where <code>X.Y.Z</code> is the exact desired version, for instance <code>4.0.0</code>. | where <code>X.Y.Z</code> is the exact desired version, for instance <code>4.0.0</code>. |