Update: Derecho Spack Stack 1.9.3 Modules#649
Closed
scrasmussen wants to merge 2 commits intoNCAR:mainfrom
Closed
Conversation
Member
Author
|
Latest commit has the changes required to build with Intel ifx on Derecho. Not sure if this will be required on other systems, but on Derecho the login node didn't have enough memory and most compiler flags needed to be turned off for it to build. This is reflected in the CMakeLists.txt and module files. |
…ck stack file. Adding spack stack 1.9.3
…number of tweaks needed, warning messages are used to clarify the changes
0dbe6ae to
0e53a9d
Compare
Member
Author
|
Closing this PR since it is replaced by #662 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SOURCE: Soren Rasmussen, NSF NCAR
DESCRIPTION OF CHANGES:
TESTS CONDUCTED:
ifxcompiler-gand most Fortran compiler flags. Optimization-O0worked but not-O2-gseems to turn on the Parallel MPI compiler and errors like the following appear:ld: CMakeFiles/scm.dir/scm.F90.o:(.debug_info+0x151): undefined reference to MPIR_C_MPI_ARGVS_NULL'ccpp_static_api.F90because it runs out of memory and gets an Internal Compiler Error (ICE). Added a mesage letting them know they need to use an interactive node to get more memory. Successfully built withmem=100GB, likely a smaller amount could be used