cc_staff
127
edits
(Marked this version for translation) |
mNo edit summary |
||
Line 6: | Line 6: | ||
= Available versions = <!--T:2--> | = Available versions = <!--T:2--> | ||
<code>mpi4py</code> is available as a module, and not from the [https://docs.alliancecan.ca/wiki/Available_Python_wheels wheelhouse] as typical Python packages | <code>mpi4py</code> is available as a module, and not from the [https://docs.alliancecan.ca/wiki/Available_Python_wheels wheelhouse] as typical Python packages are. | ||
One can find available version using: | One can find available version using: | ||
{{Command|module spider mpi4py}} | {{Command|module spider mpi4py}} | ||
Line 37: | Line 37: | ||
= mpi4py as a package dependency = <!--T:7--> | = mpi4py as a package dependency = <!--T:7--> | ||
Often <code>mpi4py</code> is a dependency | Often <code>mpi4py</code> is a dependency of another package. In order to fulfill this dependency : | ||
<!--T:8--> | <!--T:8--> | ||
Line 57: | Line 57: | ||
mpi4py 4.0.0 | mpi4py 4.0.0 | ||
}} | }} | ||
and is accessible for your | and is accessible for your currently loaded python module: | ||
{{Command|python -c 'import mpi4py'}} | {{Command|python -c 'import mpi4py'}} | ||
If no errors are raised, then everything is ok! | If no errors are raised, then everything is ok! |