I am trying to build the ufs-srweather-app on Cheyenne, and am following the Getting Started instructions. I ran the ./build_all.sh script, only for it to stop at building utils. The FV3 model seems to have compiled fine (I see the executable fv3.exe under the tests/ directory.) However, I do not see the 14 executables under exec/.
There doesn't seem to be any error messages in the build.out log file (nor do I see any error messages in the respective build log files for each component). The last 15 lines of build.out show the following:
+ ./build_forecast.sh
+ '[' 0 -eq 0 ']'
+ echo 'Forecast build SUCCEEDED'
Forecast build SUCCEEDED
+ true
+ echo ' .... Building post .... '
.... Building post ....
+ ./build_post.sh
+ '[' 0 -eq 0 ']'
+ echo 'Post build SUCCEEDED'
Post build SUCCEEDED
+ true
+ echo ' .... Building utils .... '
.... Building utils ....
+ ./build_utils.sh
I’m wondering if anyone has a similar experience? Do I need to make any specific changes to my Cheyenne environment? I'm using intel/19.0.5.
Thanks!