Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemError when gathering I x G p-values #1

Closed
banskt opened this issue Jun 18, 2018 · 2 comments
Closed

SystemError when gathering I x G p-values #1

banskt opened this issue Jun 18, 2018 · 2 comments

Comments

@banskt
Copy link
Member

banskt commented Jun 18, 2018

Traceback error message:

Traceback (most recent call last):
  File "codebase/tejaas/bin/../main.py", line 65, in <module>
    jpa.compute()
  File "/home/mpg08/sbanerj/trans-eQTL/codebase/tejaas/qstats/jpa.py", line 118, in compute
    self.mpicompute()
  File "/home/mpg08/sbanerj/trans-eQTL/codebase/tejaas/qstats/jpa.py", line 104, in mpicompute
    pvals   = self.comm.gather(pvals,   root = 0)
  File "MPI/Comm.pyx", line 1281, in mpi4py.MPI.Comm.gather (src/mpi4py.MPI.c:108949)
  File "MPI/msgpickle.pxi", line 664, in mpi4py.MPI.PyMPI_gather (src/mpi4py.MPI.c:47643)
  File "MPI/msgpickle.pxi", line 179, in mpi4py.MPI.Pickle.allocv (src/mpi4py.MPI.c:41800)
  File "MPI/msgpickle.pxi", line 127, in mpi4py.MPI.Pickle.alloc (src/mpi4py.MPI.c:40945)
SystemError: Negative size passed to PyBytes_FromStringAndSize
@banskt
Copy link
Member Author

banskt commented Jun 18, 2018

Likely a 32-bits overflow. Probable solution

banskt added a commit that referenced this issue Jun 18, 2018
@timkartar
Copy link
Contributor

timkartar commented Jun 18, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants