Opened 11 years ago

Closed 11 years ago

#40012 closed defect (fixed)

py33-mpi4py broken

Reported by: cdeil (Christoph Deil) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: petrrr
Port: py33-mpi4py

Description

py33-mpi4py is broken:

$ python3.3 -c 'from mpi4py import MPI'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "asarray.pxi", line 4, in init mpi4py.MPI (src/mpi4py.MPI.c:98336)
ValueError: level must be >= 0

It's a problem with mpi4py itself, not with Macports: https://code.google.com/p/mpi4py/issues/detail?id=40

The problem could be fixed as described here https://groups.google.com/d/msg/mpi4py/NjwlTbmnj2M/J2d3aydDD8IJ but I think simply waiting for a new mpi4py release should be OK as there currently are very few Python 3.3 users.

Change History (2)

comment:1 Changed 11 years ago by petrrr

Cc: Peter.Danecek@… added

Cc Me!

comment:2 Changed 11 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: newclosed

Fixed in r116401.

Note: See TracTickets for help on using tickets.