Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the compile issues on dell #1086

Closed
junwang-noaa opened this issue Mar 7, 2022 · 1 comment
Closed

Fix the compile issues on dell #1086

junwang-noaa opened this issue Mar 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@junwang-noaa
Copy link
Collaborator

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

  • 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.
@junwang-noaa junwang-noaa added the enhancement New feature or request label Mar 7, 2022
@junwang-noaa
Copy link
Collaborator Author

The issue is fixed in PR #1130.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant