Skip to content
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

Closed
JessicaMeixner-NOAA opened this issue Feb 2, 2021 · 4 comments
Closed

building on orion #405

JessicaMeixner-NOAA opened this issue Feb 2, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@JessicaMeixner-NOAA
Copy link
Collaborator

Description

When building on orion with the commit e3983a0 I am getting an error that:

CMake Error at /apps/cmake-3.17.3/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
  Could NOT find Python (missing: Python_EXECUTABLE Interpreter) (Required is
  at least version "3")

      Reason given by package: 
          Interpreter: Wrong version for the interpreter "/bin/python"

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

@JessicaMeixner-NOAA JessicaMeixner-NOAA added the bug Something isn't working label Feb 2, 2021
@junwang-noaa
Copy link
Collaborator

@BinLiu-NOAA @climbfuji @DusanJovic-NOAA Jessica created a ticket.

@junwang-noaa
Copy link
Collaborator

@JessicaMeixner-NOAA Please add:
module load python/3.7.5
after module purge. We will have a fix for this soon.

@JessicaMeixner-NOAA
Copy link
Collaborator Author

Thanks @junwang-noaa

@DeniseWorthen
Copy link
Collaborator

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants