-
|
I'm trying to run a prior Monte Carlo analysis with PEST++ IES. When a certain combination of parameters causes MODFLOW to not converge, that worker will crash instead of becoming a failed run. This occurs both in serial and parallel runs. Is this the expected behavior or should IES be able to continue in the case of non-convergence? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
All of the pest++ codes will tolerate forward run failures and deal accordingly. If both the forward run and worker are crashing, maybe that means the host machine is running out of resources? Can you post your model+pest files that are causing this? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Got the files - thanks for that. I tested this (using v5.2.24) by commenting more stuff out in that forward_run.py and changing the convergence conditional check to
What version are you using? Can you post a screen shot of what happens when the worker (or serial run mgr) dies?Trueon line 83 so that it will always think mf6 failed to converge and pestpp-ies had no issues dealing with the apparent failed run(s):