Ticket #5686 (closed enhancement: fixed)
mpi4py is very outdated
| Reported by: | syazdani | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.3 |
| Component: | packages: experimental | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Soroosh Yazdani |
| Authors: | William Stein | Merged in: | |
| Dependencies: | Stopgaps: |
Description (last modified by mabshoff) (diff)
mpi4py in the experimental package is version 0.3.1, while the newest version is 1.0.0.
Change History
comment:1 Changed 4 years ago by mabshoff
- Component changed from optional packages to experimental package
- Description modified (diff)
- Milestone set to sage-3.4.2
comment:2 Changed 4 years ago by syazdani
I have an .spkg for this package now. Here is the link: http://sage.math.washington.edu/home/syazdani/mpi4py-1.0.0.spkg
Soroosh
comment:3 Changed 4 years ago by was
- Report Upstream set to N/A
I've created a new version here:
http://sage.math.washington.edu/home/wstein/patches/mpi4py-1.1.0.spkg
To build it and test do:
sage -i openmpi-1.1.4 mpi4py-1.1.0.spkg
Then
sage: import mpi4py sage: help(mpi4py)
Note: I will also update openmpi spkg at #7701
Note: See
TracTickets for help on using
tickets.

mpi4py is experimental, not optional.
Cheers,
Michael