-
Notifications
You must be signed in to change notification settings - Fork 13
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
stuck in pressure solver error #92
Comments
Does this happen every time for a given random seed? It seems that for some rare conditions the pressure solver has trouble with finding a solution. To make it easier for the pressure solver, you can try to:
This runtime_error is thrown when pressure solver needs more than 10000 iterations. |
I also just got stuck in pressure solver. I was running dycoms 2D with rng seed = 42. Will try again now with the same setup to see if it's deterministic or random |
The below command was stuck 4 times on 2 different GPU nodes. @pdziekan - could you check if you will also get stuck on your machine? If yes then rng_seed=42 is a good candidate to debug from.
|
The same command but with rng_seed = 44 does not get stuck |
Not sure if its the same issue. This combination gets stuck after time step = 9000 but I don't get any errors from the pressure solver.
|
The same with rng_seed=13 |
I somewhat frequently get the error of stuck in pressure solver (error message below). If I run the same simulation with a different random seed each time this will happen about every 20 runs. Do you know why this might happen? Could it be a glitch on the hpc I'm using and not a bug in the code?
The text was updated successfully, but these errors were encountered: