You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current ufs-weather-model, three options/modes are available for the compile settings: PROD, REPRO and DEBUG. The PROD and DEBUG are currently tested in the ufs-weather-model RT. There are some discussions on the reproducibility of PROD and REPROD modes and updating the compile options to support UFS with operation's performance, reproducibility and accuracy requirements. Here is the final compile settings that we will use in ufs RT tests
remove the REPRO mode
replace the name PROD with RELEASE
update the flags for RELEASE to
a. Get rid of -qopt-prefetch=3 -no-prec-div -no-prec-sqrt options
b. replace -fp-model source with -fp-model consistent
Solution
Implement the suggested compile option changes in ufs-weather-model.
Related to
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related. Example:
Description
In the current ufs-weather-model, three options/modes are available for the compile settings: PROD, REPRO and DEBUG. The PROD and DEBUG are currently tested in the ufs-weather-model RT. There are some discussions on the reproducibility of PROD and REPROD modes and updating the compile options to support UFS with operation's performance, reproducibility and accuracy requirements. Here is the final compile settings that we will use in ufs RT tests
a. Get rid of -qopt-prefetch=3 -no-prec-div -no-prec-sqrt options
b. replace -fp-model source with -fp-model consistent
Solution
Implement the suggested compile option changes in ufs-weather-model.
Related to
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related. Example:
The text was updated successfully, but these errors were encountered: