-
Notifications
You must be signed in to change notification settings - Fork 175
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
Unable to build GDASApp on Cactus following the system upgrade #3100
Comments
Attention @aerorahul , @WalterKolczynski-NOAA , and @KateFriedman-NOAA . If you want to build g-w on Cactus do not include GDASApp in the build. |
@RussTreadon-NOAA Apologies if this confuses things, but I successfully built and semi-succesfully ran gw-ci yesterday with freshly |
This is a useful data point @AndrewEichmann-NOAA . Where may I find you install and build on Cactus? |
Cactus has switched to production. I'll try to get an instance of GDASApp running before the upgrade on Dogwood. |
I'm currently running g-w DA CI on Dogwood for PR #2992 with GDASApp |
I built on Dogwood and it failed on the bmat task, same as before. |
Yes, same failure for me. Building GDASApp with spack-stack get us pass this failure. Aerosol and Snow DA also fail with the hpc-stack build but run with spack-stack. WCOSS2 spack-stack is not yet ready for general use. It's still being tested and evaluated. |
@RussTreadon-NOAA It seems develop will be broken everywhere until some PRs get merged. Is there anything I can pick up with this for now? |
We need to wait for the official installation of spack-stack on WCOSS2. Given issues with the ongoing upgrade I don't think spack-stack installation on WCOSS2 will happen soon. |
We use WCOSS2 Ticket #2024111410000051 updated with this information. |
Given the reminder from @WalterKolczynski-NOAA in g-w PR #3186, I confirmed that GDASApp does NOT build on Dogwood following the system upgrade. Whether we build from the command line or via a batch script, the build fails with
Updating |
The issue with not finding OpenMP_CXX is very likely due to using the wrong compiler. After the upgrade, the default craype changed to 2.7.31. That PE points the "cc" and "CC" compiler wrappers to the LLVM based Intel compilers from release 2021.1 (2020.8.0.0827). The previous PEs point to revision 19.1.3.304 20200925 of the 'classic' compilers. A workaround is to specify a PE version in gdas.cd/modulefiles/GDAS/wcoss2.intel.lua from Tested on dogwood. |
What is wrong?
Attempts to build GDASApp
develop
on Cactus fail during the configuration stepWhat should have happened?
Before the system upgrade GDASApp
develop
built without error on Cactus. GDASAppdevelop
still builds on Dogwood without error. Dogwood is schedule to be upgraded 11/19-21/2024.What machines are impacted?
WCOSS2
What global-workflow hash are you using?
57c8aa3
Steps to reproduce
Additional information
develop
encounters the same build problem - see GDASApp issue #1376.Do you have a proposed solution?
To see an example of the Steps to reproduce go to
/lfs/h2/emc/da/noscrub/russ.treadon/git/global-workflow/develop/sorc
.sorc/build_all.sh -gk
returnsbuild_gdas.log
ends withThe text was updated successfully, but these errors were encountered: