rebuild the executable after code change #1007
-
Hello UFS / SRW experts, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@SarahLu-NOAA The "Continue" option should work for re-building the SRW App after making source code changes, but this will build all executables (so you can not pick and choose if you have made multiple source code changes). The "Remove" option should also work but will remove the existing build directory and re-build everything from scratch, rather than re-using the existing build where possible. The build logs for the CMake and Make step will be in |
Beta Was this translation helpful? Give feedback.
I will mention that the "Continue" option may not work as expected for changes in CCPP specifically, because the
ccpp_prebuild.py
script will not be re-run. It is probably best to re-compile the model entirely in this case.