Rerun diagnostic without rerunning the preprocessor #2136
-
My job takes a long time because preprocessor takes long. Is there a way to simply rerun the diagnostic alone and using preproceed output frim a previous run? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, there is! There should be a line in the preprocessor output, towards the end saying something like:
If you can't find it, try doing this:
Like it says, to re-run the diagnostic, just copy, paste and run that command. Also, you may find that the output files already exist and this causes the diagnostic to fail. To resolve this issue, you should append
Note that you will have one of these files for each diagnostic script, so if you have several scripts in your recipe, you may need to do this for each one. |
Beta Was this translation helpful? Give feedback.
Yes, there is!
There should be a line in the preprocessor output, towards the end saying something like:
If you can't find it, try doing this:
Like it says, to re-run the diagnostic, just copy, paste and run that command.
Also, you may find that the output files already exist and this causes the diagnostic to fail. To resolve this issue, you should append
-i
command at the end of the command.The final command will look something like: