Skip to content

OverflowError: integer 2176051861 does not fit in 'int' #119

@tapadeep

Description

@tapadeep

I'm trying to scatter data across 25 processors using:
attributes=comm.scatter(attributes,root=0)

But I always run into the following problem:

Traceback (most recent call last):
  File "PBGENA.py", line 99, in <module>
    attributes=comm.scatter(attributes,root=0)
  File "mpi4py/MPI/Comm.pyx", line 1267, in mpi4py.MPI.Comm.scatter
  File "mpi4py/MPI/msgpickle.pxi", line 730, in mpi4py.MPI.PyMPI_scatter
  File "mpi4py/MPI/msgpickle.pxi", line 125, in mpi4py.MPI.Pickle.dumpv
  File "mpi4py/MPI/msgbuffer.pxi", line 44, in mpi4py.MPI.downcast
OverflowError: integer 2176051861 does not fit in 'int'

I know for a fact that my data has no integer >=2176051861. The data I'm trying to scatter is a dictionary containing data of type <class 'scipy.sparse.csr.csr_matrix'>

Any help is greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions