You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running PIDC on a large dataset of 5000+ genes, I'm getting a signal (7): Bus error from Linux similar to the one reported here. Do you know if there's a way around this issue?
I'm running Julia v1.1 on Ubuntu 18.04.
The text was updated successfully, but these errors were encountered:
jlaw9
changed the title
Error on 5000+ genes
signal (7): Bus error on 5000+ genes
Aug 1, 2019
From the comment on the other task it looks as though your /dev/shm limit may be the problem. Inferring the network using PIDC creates a large shared array, which may be too large for your current limit. This article has information on checking and increasing the limit.
Let me know how you get on - we could add this to the README if it works.
When running PIDC on a large dataset of 5000+ genes, I'm getting a
signal (7): Bus error
from Linux similar to the one reported here. Do you know if there's a way around this issue?I'm running Julia v1.1 on Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: