-
Notifications
You must be signed in to change notification settings - Fork 48
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
[INSTALL] SCOTCH v7.0.4 on RDHPCS machines #748
Comments
The Intel-GNU issues described don't apply to spack-stack because of the way we set up the compilers. |
Okay. Just to be sure I'm clear, for the Intel build I would not load |
Correct. For the example of Hera, this is essentially because of lines 15-17 in https://github.com/JCSDA/spack-stack/blob/develop/configs/sites/hera/compilers.yaml which then gets baked into the Intel compiler meta module automatically. |
Okay, I see. That's very helpful, thanks @climbfuji. Regarding the build instructions, will the 7.0.3 instructions suffice, or should more be added? |
According to @AlexanderRichert-NOAA the 7.0.3 instructions are sufficient. |
Great. thank you. |
Indeed. To the best of my understanding, 7.0.4 doesn't affect build options since it's just various bug fixes within the compiled code. |
You're correct. It is just the bugfixes for the scaling related issue, as well as the openmpi related issue you found. |
[email protected] has been installed on all RDHPCS systems as part of spack-stack-1.5.0. Ok to close this or do you want to wait until the last UFS application has migrated to spack-stack (hopefully in this decade)? |
Hi @climbfuji, that's great news! I could test WW3 on each platform to confirm from my end, and then close the issue. Does that sound good? |
Yes, thanks. Note that there is a PR for the ufs-weather-model to update to spack-stack-1.5.0, which includes the scotch update: ufs-community/ufs-weather-model#1920 |
I'm having trouble loading modules on orion with spack-stack-1.5.0 that is used in ufs-community/ufs-weather-model#1920 is that expected ? |
Can you be a little more specific please? |
Here's a quick way to reproduce what I'm seeing:
And then things just hangs... I'm trying to update the ufs-weather-model version in global-workflow so that I can use scotch 7.0.4 there as well as for other reasons. |
I have tried multiple log-in nodes. I haven not tried /work instead of /work2, I'll try that now. |
I wonder ... on gaea c5 I think we used an option |
I only load: module load contrib noaatools |
A clean environment did not help. module load -t ufs_orion.intel also did not help. Not sure if this is a "me" issue or if others are having the same problem or not. |
I did double check and I have no issues with the versions in the develop of the ufs-weather-model |
Looks like the ufs_orion.intel.lua has the wrong MODULEPATH? It's using |
@AlexanderRichert-NOAA thank you!!!! I made the changes you described and can now load the modules. |
Good catch, thanks Alex! I need to fix this in my branch.
… On Oct 3, 2023, at 10:21 AM, Jessica Meixner ***@***.***> wrote:
@AlexanderRichert-NOAA <https://github.com/AlexanderRichert-NOAA> thank you!!!! I made the changes you described and can now load the modules.
—
Reply to this email directly, view it on GitHub <#748 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB5C2RLSSBLKIWHAKIGAHPDX5Q3RHAVCNFSM6AAAAAA4B4225KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBVGMYTMNRWG4>.
You are receiving this because you were mentioned.
|
I fixed this and also updated my branch from develop while I was doing that.
… On Oct 3, 2023, at 10:25 AM, Dom Heinzeller ***@***.***> wrote:
Good catch, thanks Alex! I need to fix this in my branch.
> On Oct 3, 2023, at 10:21 AM, Jessica Meixner ***@***.*** ***@***.***>> wrote:
>
>
> @AlexanderRichert-NOAA <https://github.com/AlexanderRichert-NOAA> thank you!!!! I made the changes you described and can now load the modules.
>
> —
> Reply to this email directly, view it on GitHub <#748 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB5C2RLSSBLKIWHAKIGAHPDX5Q3RHAVCNFSM6AAAAAA4B4225KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBVGMYTMNRWG4>.
> You are receiving this because you were mentioned.
>
|
Closing this as completed. [email protected] is installed everywhere as part of 1.5.0. Pleas report issues with spack-wtsack-1.5.0 separately here and/or in the ufs-weather-model PR that updates it to 1.5.0. Thanks! |
Hi @climbfuji, sounds good, thank you. Ps, I'm virtually attending a wave workshop all this week, so my testing has been affected by this. I'll pick up next week again, and report any issues if they arise. Thanks for your work completing this! |
Which software in the stack would you like installed?
SCOTCH v7.0.4.
What is the version/tag of the software?
v7.0.4: https://gitlab.inria.fr/scotch/scotch/-/tags/v7.0.4
What compilation options would you like set?
This may be a work in progress.
Intel builds of SCOTCH have relied on also module loading gcc to reference newer headers. For
hera
usinghpc-stack
I used the following moduleswhich builds scotch/7.0.4 successfully. Attempting to get the analogous
spack-stack
environment I did thiswhich gives an Lmod error trying to load
stack-gcc
whenstack-intel
is already loaded.I'm not sure how to get around this, so I am curious if there's any suggestions how to handle this? I also wanted to ask
for scotch that has a recipe already for 7.0.3, and this new release is just a bugfix for 7.0.3, could you advise what I should fill in for instructions at this point? I'm just thinking of avoiding redundant information if that would be the case..
Installation timeframe: Would you like this package to be installed in an upcoming quarterly spack-stack release, or sooner?
August quarterly release.
Any other relevant information that we should know to correctly install the software??
There is currently a recipe for scotch/7.0.3.
Additional context
NA
The text was updated successfully, but these errors were encountered: