-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add new machine: NOAA Ursa (Hera's follow-on) #1297
Comments
ufs-wm issue for porting to ursa: ufs-community/ufs-weather-model#2435 |
This comment is copied from the Installing Two hosts -- A set of site-specific files are created for On As noted in the latest spack-stack docs, a Following are steps taken to create a local
With the following setup: clone
A first attempt to follow those steps in the latest spack-stack docs resulted in a failure to
as
Disabling the
still resulted in a failure to
remains enabled. Since the Enable
NB: it's not clear to me if a failure to fetch Note that the suggestion to move " Now on
Next, create and activate the env, as before / noted above, and concretize:
Poking around online and looking through this spack issue and looking at output of commands requested by
so it appears that
is voluminous, and can be made available if desired. The
There is not a system-provided module for Ideas? |
Way too much for me to digest, but I will point out that your compiler config is wrong. Your paths ( The convention (that works) is:
|
Thanks very much for pointing out the errors in And it's helpful to learn about the newer |
Might be a good idea to go straight to icx/icpx/ifort on ursa! |
NB: it's not clear to me if a failure to fetch Note that the suggestion to move " Now on
Create the
Concretization is successful. |
Following on with successful concretization: spack mirrors for air-gapped systems Steps 1, 2 are complete. Step 3: Step 4: on Step 5: no need to Step 6: the source mirror is added and is listed at the top of output from
It is noted that See: https://github.com/rickgrubin-noaa/spack-stack/tree/JCSDA/1297/configs/sites/tier1/ursa for details.
|
Making progress thanks to RDHPCS folks installing some requested tools / software.
and concretizes as such:
and attempts to install as:
When creating the air-gapped source mirror:
What must I do so with respect to access for |
@rickgrubin-noaa I got same thing on Hera. I did also mirroring (from Hercules), and placed it here:
It concretized like this:
and installed like this:
After that crtm-fix-2.4.0.1_emc created needed fix files. |
and indeed that directory doesn't exist:
but deleting the trailing .1 from that path is a directory that exists:
which I think is correct.
so Am I configuring something incorrectly? |
You might try to fool him in packages_oneapi.yaml:
|
Update through 2024-10-04 OS
Compilers
MPI Currently waiting on a few RPMS (particularly related to |
@rickgrubin-noaa
Not all download may work but majority of them do with the above setting. Anything that uses HTTP/HTTPS should work fine. I just wanted to let you know! We are still looking at the X11 issue above. |
Thank you -- I've been using niagara and the shared disk location
(/collab1/data) when network access is necessary / helpful.
…On Tue, Oct 8, 2024 at 7:04 AM RaghuReddy-NOAA ***@***.***> wrote:
@rickgrubin-noaa <https://github.com/rickgrubin-noaa>
Please NOTE: Even though the pre-TDS does not have external connectivity
it is possible to do downloads by setting the following two environment
variables to use the proxy:
export http_proxy=http://10.181.2.65:3128
export https_proxy=http://10.181.2.65:3128
Not all download may work but majority of them do with the above setting.
Anything that uses HTTP/HTTPS should work fine. I just wanted to let you
know!
We are still looking at the X11 issue above.
—
Reply to this email directly, view it on GitHub
<#1297 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BI2WBDNU3E55NFU3O7EVR23Z2PJ5PAVCNFSM6AAAAABODYRJXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJZG44TCMJYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Rick Grubin
NOAA EPIC
Software Integration
|
thanks for looking into the X11 issue, @RaghuReddy-NOAA. it sounds like it would be helpful if this could be installed at the OS level to keep things consistent with other tier-1 machines and allow us to maintain spack-stack configurations on ursa as we do with the other platforms. please let us know if you will be able to install this into the os for ursa. |
Currently blocked / do not have a workaround for the following: A source mirror exists / is used, and a number of packages that do their work (primarily
|
@AlexanderRichert-NOAA had to work around the rust install problem on acorn if I remember correctly |
@RaghuReddy-NOAA could you provide an example whereby The particular case that we are facing is that some Short of perhaps creating a container that matches ursa's |
@rickgrubin-noaa Can you please confirm you are seeing the above errors even though you have set the following environment variables:
If you were using a cached mirror it is possible it will work up to some point and fail. Can you please confirm you had set the above, and if you had can you please point to the location of the logs (if possible)? |
@RaghuReddy-NOAA a cached
install log file:
This failure occurs because:
That is, per The Cargo Book:
and that use of the " It may be that the proxies will work if I manipulate some settings in |
Any thoughts on how to move this forward? Manipulations of |
@rickgrubin-noaa I am really sorry, I thought I had added a note this issue, looks like I forgot to hit the final "Comment" button... Thank you for looking into this and identifying some of the issues we are running into. I will let you know when the Oso is ready for testing, which will not be before mid Nov. |
Is your feature request related to a problem? Please describe.
Hera will be replaced (time unknown to me) by Ursa (dual GPU/CPU machine). I believe it will be a NOAA Tier-1 platform. It looks like it has the following compiler(s)/mpi:
Currently, we have access to an 8-node pre-TDS via Niagara. It has no network connectivity.
Describe the solution you'd like
Need to add a site config for Ursa and install spack-stack there.
The text was updated successfully, but these errors were encountered: