-
Notifications
You must be signed in to change notification settings - Fork 253
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
building on orion #405
Labels
bug
Something isn't working
Comments
@BinLiu-NOAA @climbfuji @DusanJovic-NOAA Jessica created a ticket. |
@JessicaMeixner-NOAA Please add: |
Thanks @junwang-noaa |
Fixed w/ PR #401 |
epic-cicd-jenkins
pushed a commit
that referenced
this issue
Apr 17, 2023
* Add wcoss2 * move python to wflow_wcoss2 * Add version read for wcoss2 to devbuild.sh * add run env files * Add nprocs to run_cmd * Add tests/WE2E to gitignore * update run_cmd_fcst * fix typo in load_modules_run_task * update run_fcst script * update met version * add modulefiles for verification on wcoss2 * update script * rename slurm_native_cmd to sched_native_cmd * enable post_output_domain_name to use numbers only * Add run.ver.machine file * add run.ver.fn to devbuild.sh Co-authored-by: chan-hoo jeon <chan-hoo.jeon@clogin02.cactus.wcoss2.ncep.noaa.gov> Co-authored-by: chan-hoo jeon <chan-hoo.jeon@clogin01.cactus.wcoss2.ncep.noaa.gov> Co-authored-by: chan-hoo <chan-hoo.jeon@clogin05.cactus.wcoss2.ncep.noaa.gov> Co-authored-by: chan-hoo <chan-hoo.jeon@clogin03.cactus.wcoss2.ncep.noaa.gov>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When building on orion with the commit e3983a0 I am getting an error that:
To Reproduce:
On orion with intel compilers:
git clone https://github.com/ufs-community/ufs-weather-model
cd ufs-weather-model
git checkout e3983a0
git submodule update --init --recursive
module purge
module use $path-to-ufs-weather-model/modulefiles/orion.intel/
module load fv3
CMAKE_FLAGS="-DS2S=ON -DWW3=ON" CCPP_SUITES="FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16" ./build.sh
Additional context
This is basically taking out how I am trying to build ufs-weather-model for the coupled global-workflow. It looks to me like perhaps I need to load a python 3 module? This worked on hera yesterday, but it's down today so I cannot provide details for that right now.
Output
output logs
The output log from the workflow is here: /work/noaa/marine/jmeixner/p6workflow/global-workflow/sorc/logs/build_ufs_coupled.log
The text was updated successfully, but these errors were encountered: