-
Notifications
You must be signed in to change notification settings - Fork 16
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
NCEPLIBS-external updates #94
Conversation
…minders for all other platforms to update the documentation for release/public-v2
release/public-v2: remove wgrib2 (now in NCEPLIBS)
…r odin.intel and for docker (initial version)
…200917 release/public-v2: documentation update
Update documentation to check out tag ufs-v2.0.0 of ufs-weather-model
…ed for SRW App workflow
tmplModulefiles/netcdf: add the install bin directory to PATH, required for SRW App workflow
release/public-v2: bugfixes for building MPI, HDF5 and NetCDF
Point INSTALL_PREFIX to preinstalled libraries.
Add wcoss dell instructions.
…public-v1), create libjpeg and jasper modules
Update documentation for WCOSS Cray for release/public-v2
release/public-v2: Update GNU compiler on Cheyenne to version 10.1.0 (documentation update only)
…ll Python modules required to use the plotting scripts
release/public-v2: final documentation updates for the SRW App release 1.0.0 - documentation updates only
Changes to sections 5 & 6 of docker instructions, due to reviewer comment
release/public-v2: final updates to Docker documentation before release
Have you ever seen this error before |
I think yes, but I don't remember ... is it possible that it doesn't find the correct CXX compiler? |
@kgerheiser what should we do with this old PR? |
Whoops. I should not have approved this... |
@kgerheiser @edwardhartnett What should we do with this PR? |
I don't know. I don't really want to develop NCEPLIBS-external anymore if we don't have to. If it's pertinent I can try to complete this PR and get develop updated with the ufs-v2.0.0 changes. |
I guess this is up to @edwardhartnett to decide. I doubt we'll ever need it again. With the two upcoming MRW and SRW releases, the previous ones won't be supported any longer and NCEPLIBS-external won't be needed. |
We certainly want to retire NCEPLIBS-external as soon as feasible. |
Merge release/public-v2 into develop.
Fix failing Github workflow by building MPI on macOS. Some Homebrew update causes MPI not to be found. It's good to test it both ways anyway.
Make HDF5 depend on MPI to ensure correct build order and
add_custom_target(mpi)
earlier in the script.Set
MPI_<lang>_COMPILER
when building MPI so that variable is set.Fixes #93
Fixes #92 (It builds on the runner and on my personal machine, with and without building MPI)
Fixes #85
Might need to cleanup the documentation some. I didn't handle the conflicts in too much depth.