-
How can I debug my |
Beta Was this translation helpful? Give feedback.
Answered by
forsyth2
Aug 5, 2022
Replies: 1 comment 1 reply
-
Go to the #274 is to add details of debugging to the official documentation (https://e3sm-project.github.io/zppy). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
forsyth2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to the
output
directory specified in your configuration file. Go intopost/scripts
. This is the directory where all the bash scriptszppy
generated are. You can run one independently by runningsbatch <bash-script-name>
. For further debugging information, you can modify the bash file directly to setdebug = True
. (You can do this for all jobs by settingdebug = True
in your configuration file).#274 is to add details of debugging to the official documentation (https://e3sm-project.github.io/zppy).