Replies: 15 comments 4 replies
-
spack stack 1.8 is supported on C6 , see https://spack-stack.readthedocs.io/en/1.8.0/PreConfiguredSites.html#noaa-rdhpcs-gaea-c6 |
Beta Was this translation helpful? Give feedback.
-
Hi @lliu1220, I believe @RatkoVasic-NOAA is looking into this for you in more detail. We also received your email, but I think it's best to continue the conversation here so that others can benefit from it. Best, |
Beta Was this translation helpful? Give feedback.
-
I am posting @ulmononian 's email reply here so that others can benefit: Hi Ling, Currently, only spack-stack/1.6.0 and 1.8.0 are installed on Gaea C6. spack-stack versions installed on C5 will not work correctly on C6. Gaea C5's OS and PrgEnv were just updated, so we are currently working to re-build the stacks on C5. Then, we will install spack-stack/1.5.1 on Gaea C6. We can notify you when this installation is ready for use. In the meantime, if you would like to try spack-stack/1.6.0 on C6 (this is the version currently used in the UFS-WM develop branch), it can be loaded as follows:
To load the jedi, ewok, and soca environments, please also do:
I hope this helps in the interim. As I mentioned, we will let you know when 1.5.1 is available on C6. Please let us know if you have additional questions. Thank you, |
Beta Was this translation helpful? Give feedback.
-
Thank you @gspetro-NOAA @travissluka @ulmononian .
|
Beta Was this translation helpful? Give feedback.
-
@lliu1220 please try |
Beta Was this translation helpful? Give feedback.
-
So , I turned off IODA-ENGINE and the compile worked (just loading stack-python wouldn't do).
|
Beta Was this translation helpful? Give feedback.
-
@lliu1220 not sure if this will work w/ this specific problem, but please try doing the following before compiling/running (in the ufs-wm, it is done in the modulefiles, which are loaded before compile and runtime):
|
Beta Was this translation helpful? Give feedback.
-
@lliu1220 Just wanted to check in and see if @ulmononian 's suggestions resolved the problem for you or if you're still seeing issues? |
Beta Was this translation helpful? Give feedback.
-
@ulmononian I did try what you suggested on the cray libsci, it didn't matter; the other module was never loaded.
then the compile issue is outstanding again:
|
Beta Was this translation helpful? Give feedback.
-
@lliu1220 can you please reiterate what the current problem is? it sounded like it was compiling, but failing to run, but now you again cannot compile? if you share the build/run steps, i can ask around to see if we can find a solution. |
Beta Was this translation helpful? Give feedback.
-
@ulmononian @RatkoVasic-NOAA, adding @IGRivin -
I tried two partitions:
If any of you ever had this srun error please write something here. thank you
Here is my entire module load for your testing, notice loading stack python will automatically update python to the latest:
|
Beta Was this translation helpful? Give feedback.
-
@gspetro-NOAA @ulmononian @travissluka @IGRivin Please see following discussion for proof: I saw you mentioned spack-stack 1.5.1 will become available on C6, may I ask if it will be with a different compiler, and when it will become available? Thank you. |
Beta Was this translation helpful? Give feedback.
-
@lliu1220 on C6 spack-stack/1.5.1 is available only with intel/2023.2.0 I see one other classic intel compiler available: intel/2022.1.0 |
Beta Was this translation helpful? Give feedback.
-
@RatkoVasic-NOAA
So looking forward to it, thanks. |
Beta Was this translation helpful? Give feedback.
-
Installation on Gaea C6, spack-stack-1.5.1 using Intel compiler 2024.0 didn't work: |
Beta Was this translation helpful? Give feedback.
-
Seeking support on building JEDI environment on C6. JEDI environment is currently only configured on C5 according to:
https://spack-stack.readthedocs.io/en/1.5.1/PreConfiguredSites.html
Were able to load most similar spack-stack modules of C5 on C6:
module load PrgEnv-intel/8.3.3
module load intel-classic/2023.1.0
module load cray-mpich/8.1.25
module load python/3.9.12
module use /lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/modulefiles
module load ecflow/5.8.4
module load mysql/8.0.31
module use /lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core
module load stack-intel/2023.1.0
module load stack-cray-mpich/8.1.25
module load stack-python/3.10.8
But the actual JEDI environment cannot be loaded:
module load jedi-fv3-env
module load ewok-env
module load soca-env
module load sp
for instance, when I tried to load JEDI FV3 ENvironemnt after preconfiguration, I got the following error:
home2/Ling.Liu> module load jedi-fv3-env
Lmod has detected the following error:
The following module(s) are unknown:
"jedi-fv3-env"
Beta Was this translation helpful? Give feedback.
All reactions