Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:mpi4py:mpi4py [2017-10-23 17:57] – created sraskar | software:mpi4py:mpi4py [2024-03-05 17:00] (current) – [Details by cluster] anita | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mpi4py ====== | ||
| + | MPI for Python ([[http:// | ||
| + | |||
| + | This package is constructed on top of the MPI-1/2 specifications and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point (sends, receives) and collective (broadcasts, | ||
| + | |||
| + | ===== Recipes ===== | ||
| + | If you need to build a Python virtualenv based on a collection of Python modules including mpi4py, then you will need to follow this recipe to get a properly-integrated mpi4py module versus following details by cluster. | ||
| + | |||
| + | * [[technical: | ||
| + | ===== Details by cluster===== | ||
| + | * [[software: | ||
| + | * [[technical: | ||
| + | * [[software: | ||
| + | |||
| + | ===== Additional Resources ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * Cornell Virtual Workshop [[https:// | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||