-
Notifications
You must be signed in to change notification settings - Fork 89
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
Scope out things with rhel8 on Weaver #841
Comments
I did this today, and can confirm that Albany builds and runs with RHEL8. The modules and configure scripts to use are here: https://github.com/sandialabs/Albany/blob/master/doc/dashboards/weaver.sandia.gov/do-cmake-albany-rhel8 Note that I had an issue loading a cmake that works with the devpack I am using, so I had to hack the configure scripts to point to a high-enough cmake. One of the weaver sysadmins is working on the issue of not being able to push to the CDash site from the RHEL8 queue. One workaround always would be to do the pushing at the end from the head node but this is sort of cumbersome. |
I also got this working last night with the rhel8 modules. I had to update the trilinos configure script but the only issue I saw was that you have to configure/build on a rhel8 node. The login node is supposed to be updated soon. |
I could post a PR and we can push when they update the login node? |
@jewatkins : I am testing your PR right now. I don't think it's a problem that the builds need to happen on the compute node b/c the way the weaver nightlies are set up, that happens anyway. What is a problem is not being able to push to the CDash site from the rhel8 compute nodes. Kevin, a weaver sysadmin, sent me a proposed fix which I need to test. If it works, we can change the nightlies and push this PR. I will have more info tomorrow hopefully. |
Sounds good, thanks. |
@ikalash It looks like we're close, the weaver builds are back up but the performance tests are failing:
It looks like it's loading the wrong modules. I'll try updating those files and we can see what happens tomorrow. |
I have updated the modules in the appropriate directory. Hopefully things will be clean tomorrow. |
It seems some of the performance tests are failing due to too many procs being required.
@jewatkins , is this due to a difference b/w the rhel7 and rhel8 queues? |
It's possible. I might have to change the run line a bit. I'll look into it today. |
Thanks @jewatkins ! |
Looks like now the Albany weaver tests fail to configure:
https://sems-cdash-son.sandia.gov/cdash/build/40129/configure Did something change recently? |
It worked the day before so I'm not sure why that happened. I tried to configure this morning and everything still works. |
Also, there's some issue with running on multiple nodes, that's why the performance tests fail. Have to wait for weaver admins to respond. |
Hmmm, weird. We can see what happens tomorrow. Yes, I saw your issue about the multiple nodes. |
We need them to install cmake 3.22 on weaver-rhel8 too: trilinos/Trilinos#10355 |
The "old" cmake builds work on rhel8 |
@ikalash will reactivate nightly and report what happens, since it is not pushed to CDash site.
@jewatkins will scope things out depending on results of above.
The text was updated successfully, but these errors were encountered: