-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
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
Labels
No labels