-
Notifications
You must be signed in to change notification settings - Fork 10
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
Replace src/fv3gfs_ncio with hpc-stack built ncio library #320
Comments
MichaelLueken
added a commit
to MichaelLueken/GSI
that referenced
this issue
Mar 17, 2022
…ilt ncio. * all CMakeLists.txt entries that use fv3gfs_ncio - updated to use hpc-stack built ncio library * cmake/Modules/setGNUFlags.cmake - remove fv3gfs_ncio flags * cmake/Modules/setIntelFlags.cmake - same * hpc-stack compliant modulefiles - add module load ncio/1.0.0 * src/fv3gfs_ncio - removed * all *90 which currently use module_fv3gfs_ncio - replace module_fv3gfs_ncio with module_ncio
In 7024960:
The code compiled without issue (both standard and debug) and the regression tests passed successfully on Venus. Testing on Hera will now commence. |
MichaelLueken
added a commit
to MichaelLueken/GSI
that referenced
this issue
Mar 21, 2022
…ilt ncio. * all CMakeLists.txt entries that use fv3gfs_ncio - updated to use hpc-stack built ncio library * cmake/Modules/setGNUFlags.cmake - remove fv3gfs_ncio flags * cmake/Modules/setIntelFlags.cmake - same * hpc-stack compliant modulefiles - add module load ncio/1.0.0 * src/fv3gfs_ncio - removed * all *90 which currently use module_fv3gfs_ncio - replace module_fv3gfs_ncio with module_ncio * ush/sub_hera - corrected issue that would cause regression tests to fail on Hera due to SLURM out-of-memory issues
In b02ffbc:
The code compiles and runs on Hera. The regression tests all successfully passed (following the minor addition to ush/sub_hera in this update). |
MichaelLueken
added a commit
to MichaelLueken/GSI
that referenced
this issue
Mar 22, 2022
…ilt ncio. * all CMakeLists.txt entries that use fv3gfs_ncio - updated to use hpc-stack built ncio library * cmake/Modules/setGNUFlags.cmake - remove fv3gfs_ncio flags * cmake/Modules/setIntelFlags.cmake - same * hpc-stack compliant modulefiles - add module load ncio/1.0.0 * src/fv3gfs_ncio - removed * all *90 which currently use module_fv3gfs_ncio - replace module_fv3gfs_ncio with module_ncio * ush/sub_hera - corrected issue that would cause regression tests to fail on Hera due to SLURM out-of-memory issues
Closing issue, since work in PR #327 supersedes this work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Work to replace src/fv3gfs_ncio with the hpc-stack built ncio library will be done in the feature/fv3gfs_ncio-removal branch.
The text was updated successfully, but these errors were encountered: