-
Notifications
You must be signed in to change notification settings - Fork 28
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
Memory request? #7
Comments
It's really weird that this setting of parameters results in memory error. I can imagine simulating 13 bins with ~1000 single-cell for each bin could results in memory error (that can be resolved easily for example by repeating simulation 10 times for 100 cell), but this setting should not give memory error. Can you try it on a PC with python 3 and let me know if you get error again? You don't need to compete the simulation on the PC, just check if simulations start, and please let me know. |
Hi, |
Do you mind sharing with me the input files you are using? |
Hi,
A really nice work! I have tried your software on our cluster with 64 GB available memory. But the program interrupted with this error:
########
Traceback (most recent call last):
File "simulate.py", line 7, in
sim.build_graph("input_file_taregts.csv", "input_file_regs.csv")
File "/lustre1/cxu_pkuhpc/wx/test/sergio/sergio.py", line 233, in build_graph
self.find_levels_(self.graph_) # make sure that this modifies the graph
File "/lustre1/cxu_pkuhpc/wx/test/sergio/sergio.py", line 281, in find_levels_
self.level2verts_[currLayer] = []
MemoryError
pkurun: error: c13b02n03: task 0: Exited with exit code 1
########
The parameters I set were:
########
number_genes=210, number_bins=13, number_sc=50, noise_params=0.2,
noise_type="dpd", decays=0, dynamics=False
########
Could you give me some suggestions about the memory requests under certain parameters?
The text was updated successfully, but these errors were encountered: