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 PR#1032, there is a discussion to fix the compile job failure issue on dell. One solution is to split the large size files into smaller size files to reduce the memory requirement. One example is FV3/ccpp/data/GFS_typedefs.F90, which is about 8500 lines. The current solution is to use -O0 to compile this file. But since the file size may continue increasing, we need to split this file into smaller files to resolve the memory issue when compiling the ufs-weather-model on dell.
Solution
Split GFS_typedefs.F90 into small size files.
Will look into other compiling issues on dell
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:
ufs-weather-model, FV3 and ccpp physics PRs are coming.
The text was updated successfully, but these errors were encountered:
Description
In PR#1032, there is a discussion to fix the compile job failure issue on dell. One solution is to split the large size files into smaller size files to reduce the memory requirement. One example is FV3/ccpp/data/GFS_typedefs.F90, which is about 8500 lines. The current solution is to use -O0 to compile this file. But since the file size may continue increasing, we need to split this file into smaller files to resolve the memory issue when compiling the ufs-weather-model on dell.
Solution
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: