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

Fix install_wps_openmpi.sh #239

Merged
merged 2 commits into from
Apr 22, 2020
Merged

Fix install_wps_openmpi.sh #239

merged 2 commits into from
Apr 22, 2020

Conversation

dazzag24
Copy link
Contributor

  1. Allow the WRF version to be overridden:
    WRF_VERSION=${WRF_VERSION:-4.1.3}

  2. Comment out:
    spack load netcdf^openmpi

as it causes this error/warning:
==> Error: Spec 'netcdf ^openmpi' matches no installed packages.

  1. Fix error in export line, should be "wrf-openmpi" not "wrf-openmp"

  2. Allow OPENMPI_VER to be modified more easily and change from 4.0.2 to 4.0.3

1. Allow the WRF version to be overridden:
WRF_VERSION=${WRF_VERSION:-4.1.3}

2. Comment out:
spack load netcdf^openmpi

as it causes this error/warning:
==> Error: Spec 'netcdf ^openmpi' matches no installed packages.

3. Fix error in export line, should be "wrf-openmpi" not "wrf-openmp"
Copy link
Collaborator

@garvct garvct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the WRF_VERSION default to be 4.1.5

@garvct garvct merged commit f675292 into Azure:master Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants