-
Hi, I am wondering if there is a way to stop PEST execution (PSTOP or PSTOPST) when you run PEST in pyemu using pyemu.utils.os_utils.run. |
Beta Was this translation helpful? Give feedback.
Answered by
jtwhite79
Mar 18, 2024
Replies: 1 comment 1 reply
-
if you make a file in the directory where pest++ is running called "pest.stp" and put 1 or 2 as the first token on the first line, that will cause it to exit (semi-)gracefully. https://github.com/usgs/pestpp/blob/master/documentation/pestpp_users_manual.md#s9-3-5 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DBCorkran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you make a file in the directory where pest++ is running called "pest.stp" and put 1 or 2 as the first token on the first line, that will cause it to exit (semi-)gracefully.
https://github.com/usgs/pestpp/blob/master/documentation/pestpp_users_manual.md#s9-3-5