Run experiments with two branches #609
-
For my bootstrap experiments, I had to use the Machine: To do so, is it correct to?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @fernandadialzira, To be on the safe side, I recommend you to make a check run ( You can then search for the model binary in the log file and verify the files. It will show you the |
Beta Was this translation helpful? Give feedback.
Hi @fernandadialzira,
esm-tools
copies the model binaries instead of rebuilding them, so make sure that you compile thewiso
branch.To be on the safe side, I recommend you to make a check run (
--check
) with verbosity on (--verbose
). This will generate a long list of output so you need to redirect it. Eg.esm_runscripts -e test --check --verbose your_script.yaml &>check.log
You can then search for the model binary in the log file and verify the files. It will show you the
source
andtarget
paths.