-
Notifications
You must be signed in to change notification settings - Fork 10
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
Segmentation fault with dreich algorithm #17
Comments
Hi Joanmarie. This is a bug in the code, not a compatibility issue. I've located the offending lines but to fix it there will need to be a new release. Which might not happen all that soon. |
Good to know, thanks! |
@simon-m-mudd actually now getting a segmentation fault with the hilltop flow routing too. Works if I use the legacy routine but I get a segmentation fault after it prints a ymax when using "the new and refactored version of the routing code." Independent of channel head type, still giving it 128GB to crank. Advice? Open a new issue? |
I will test. Might take a few days. |
Perhaps related to #16 but I'm running on my institution's cluster so no sudo for me.
Installed from conda forge fresh this month on Linux cluster. Wiener and Pelletier algorithms perform as expected, but dreich fails with segmentation fault after printing number of source nodes. Ran it on 128GB and still had segmentation fault. Ran it on example .bils instead of my own data and problem persists.
Any advice in light of #16 which may or may not be my problem too?
The text was updated successfully, but these errors were encountered: